From: "Amit S. Kale" <amitkale@linsyssoft.com>
To: kgdb-bugreport@lists.sourceforge.net
Cc: netdev@vger.kernel.org, jgarzik@pobox.com,
Herbert Xu <herbert@gondor.apana.org.au>,
mhuth@mvista.com
Subject: Re: [PATCH] 8139too: harden against TX ring overflow
Date: Fri, 6 Apr 2007 09:01:28 +0530 [thread overview]
Message-ID: <200704060901.28628.amitkale@linsyssoft.com> (raw)
In-Reply-To: <E1HZdZ2-000620-00@gondolin.me.apana.org.au>
On Friday 06 April 2007 07:18, Herbert Xu wrote:
> Sergei Shtylyov <sshtylyov@ru.mvista.com> wrote:
> > This driver's 4-packet deep TX queue is too sensible to the "careless"
> > callers ignoring its state (like netpoll in trapped mode), so add "queue
> > full" check at the start of the hard_start_xmit() method (only under
> > #ifndef RTL8139_NDEBUG, otherwise the queue will get stuck once dirty
> > pointer gets out of sync); switch to using appropriate mnemonics for the
> > return values while at it.
>
> Could you please describe this netpoll scenario in more detail?
> More importantly, why wouldn't we fix netpoll instead?
We're trying to figure out a way of fixing netpoll. Don't know what the
solution is yet.
Here is what happens: in KGDB we set netpoll trapped flag. This prevents
stopping and starting of a netdev queue. Interfaces that have a small ring
(8139) run into a problem because of this. When the ring goes full, it can't
stop the queue. This doesn't make sense since in absence of ring descriptors,
the device can't transmit any more packets. Sergie had posted one more patch
last week that lets us start and stop queues in trapped state.
This patch fixes the 8139 side behavior in this context.
-Amit
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
next prev parent reply other threads:[~2007-04-06 3:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-05 19:50 [PATCH] 8139too: harden against TX ring overflow Sergei Shtylyov
2007-04-06 1:48 ` Herbert Xu
2007-04-06 3:31 ` Amit S. Kale [this message]
2007-04-06 14:40 ` [Kgdb-bugreport] " Sergei Shtylyov
2007-05-24 21:29 ` Sergei Shtylyov
2007-05-24 21:39 ` Jeff Garzik
2007-05-24 21:44 ` Sergei Shtylyov
2007-05-24 21:44 ` Jeff Garzik
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=200704060901.28628.amitkale@linsyssoft.com \
--to=amitkale@linsyssoft.com \
--cc=herbert@gondor.apana.org.au \
--cc=jgarzik@pobox.com \
--cc=kgdb-bugreport@lists.sourceforge.net \
--cc=mhuth@mvista.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).