* Device only sends out one packet. Problem with netif queues?
@ 2010-01-29 9:00 Amit Uttamchandani
0 siblings, 0 replies; only message in thread
From: Amit Uttamchandani @ 2010-01-29 9:00 UTC (permalink / raw)
To: netdev
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)?
This could be because I am not getting a 'transmit done' interrupt from my
hardware which I am still trying to fix. But I thought it should still
be sending out the packets right? Even though it doesn't receive an ack
from hardware?
Thanks for any help.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-29 9:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 9:00 Device only sends out one packet. Problem with netif queues? Amit Uttamchandani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).