Device only sends out one packet. Problem with netif queues?
Greg KH
greg at kroah.com
Tue Jan 26 13:27:25 PST 2010
On Tue, Jan 26, 2010 at 01:20:06PM -0800, Amit Uttamchandani wrote:
>
> I've been modifying drivers/net/ethoc.c for my specific application.
>
> At this point, I get one packet to come out of the device (A DHCP
> packet since udhcpc is started on boot). However, after that no other
> packets are being sent out.
>
> Could this be a problem in the way I've set up the queues? Or is there
> another area in the code I should look at (e.g. napi stuff, phy related,
> etc)?
Try asking this on the netdev at vger.kernel.org mailing list, which is
where network-specific driver stuff like this is discussed.
hope this helps,
greg k-h
More information about the devel
mailing list