Netdev List
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: Mitchell Erblich <erblichs@earthlink.net>
Cc: James Courtier-Dutton <james.dutton@gmail.com>, netdev@vger.kernel.org
Subject: Re: b44: Reset due to FIFO overflow.
Date: Mon, 28 Jun 2010 12:00:51 +0200	[thread overview]
Message-ID: <1277719251.4235.306.camel@edumazet-laptop> (raw)
In-Reply-To: <5E7CE189-1002-4723-ACB2-D537B71BA5F3@earthlink.net>

Le lundi 28 juin 2010 à 02:33 -0700, Mitchell Erblich a écrit :

> 
> Why wouldn't the ability to recv frames after a Recv FIFO overflow
>  indicate that a reset is NOT required?
> 

Do you have datasheets of all b44 chips ? I dont.

> Thus,  should't it be an indication of congestion if associated with a single
> flow and either speed up (reduce latency to service) the recv side or 
> slow down the xmit side?

I dont understand what you are saying. xmit is not the problem here.
And driver is flow agnostic. Its well before network stack.

Problem is we receive a spike of RX network frames (possibly UDP or some
other RX only trafic), and chip raises an RX fifo overflow _error_
indication.

Some hardware are buggy enough that such error indication is fatal and
_require_ hardware reset. Thats life. I suspect b44 driver doing a full
reset is not a random guess from driver author, but to avoid a complete
NIC lockup.

Refs:

http://bugzilla.kernel.org/show_bug.cgi?id=7696
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=216338

commit 5fc7d61aee1a7f7d3448f8fbccaa93371ebeecb0




  reply	other threads:[~2010-06-28 10:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-28  7:41 b44: Reset due to FIFO overflow James Courtier-Dutton
2010-06-28  9:13 ` Eric Dumazet
2010-06-28  9:33   ` Mitchell Erblich
2010-06-28 10:00     ` Eric Dumazet [this message]
2010-06-28 10:17       ` James Courtier-Dutton
2010-06-28 11:09         ` Eric Dumazet
2010-06-28 21:21           ` Mitchell Erblich
2010-06-29  5:17             ` Eric Dumazet
2010-06-30 19:35               ` James Courtier-Dutton
2010-06-30 20:22         ` David Miller
2010-06-30 22:20           ` James Courtier-Dutton
2010-06-28 10:24   ` James Courtier-Dutton
2010-06-28 11:11     ` Eric Dumazet
2010-06-28 21:37       ` James Courtier-Dutton
2010-06-29  8:42         ` James Courtier-Dutton

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=1277719251.4235.306.camel@edumazet-laptop \
    --to=eric.dumazet@gmail.com \
    --cc=erblichs@earthlink.net \
    --cc=james.dutton@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