netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robert Olsson <Robert.Olsson@data.slu.se>
To: Stephen Hemminger <shemminger@linux-foundation.org>
Cc: Robert Olsson <Robert.Olsson@data.slu.se>,
	David Miller <davem@davemloft.net>,
	netdev@vger.kernel.org, Auke Kok <sofar@foo-projects.org>
Subject: Re: net_rx_action/NAPI oops [PATCH]
Date: Wed, 28 Nov 2007 13:27:11 +0100	[thread overview]
Message-ID: <18253.24223.970902.546253@robur.slu.se> (raw)
In-Reply-To: <20071127140904.20c4cba8@freepuppy.rosehill>


Stephen Hemminger writes:

 > It is considered a driver bug in 2.6.24 to call netif_rx_complete (clear NAPI_STATE_SCHED)
 > and do a full quota. That bug already had to be fixed in other drivers,
 > look like e1000 has same problem.

 From what I see the problem is not related to ->poll. But it's a variant of the same theme
 here it's napi_disable in  XXXX_down via ifconfig down that clears NAPI_STATE_SCHED while
 driver delivers a full quota.
 
 Cheers
						--ro

      parent reply	other threads:[~2007-11-28 12:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-27 18:52 net_rx_action/NAPI oops [PATCH] Robert Olsson
2007-11-27 22:09 ` Stephen Hemminger
2007-11-27 22:34   ` Kok, Auke
2007-11-27 22:55     ` Stephen Hemminger
2007-11-28  0:24       ` Kok, Auke
2007-11-28 12:36         ` Robert Olsson
2007-11-28 16:38           ` Stephen Hemminger
2007-11-28 17:22             ` Robert Olsson
2007-11-30 16:56         ` Robert Olsson
2007-11-30 17:13           ` Kok, Auke
2007-11-28 12:27   ` Robert Olsson [this message]

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=18253.24223.970902.546253@robur.slu.se \
    --to=robert.olsson@data.slu.se \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@linux-foundation.org \
    --cc=sofar@foo-projects.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).