From: Amit Uttamchandani <amit.uttam@gmail.com>
To: netdev <netdev@vger.kernel.org>
Subject: Device only sends out one packet. Problem with netif queues?
Date: Fri, 29 Jan 2010 01:00:45 -0800 [thread overview]
Message-ID: <20100129090045.GA4126@debian> (raw)
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.
reply other threads:[~2010-01-29 9:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100129090045.GA4126@debian \
--to=amit.uttam@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).