All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: "Jeff V. Merkey" <jmerkey@vger.timpanogas.org>
Cc: Robert Olsson <Robert.Olsson@data.slu.se>, linux-kernel@vger.kernel.org
Subject: Re: e1000 fixes (NAPI)
Date: Thu, 21 Nov 2002 12:13:03 -0500	[thread overview]
Message-ID: <3DDD141F.4010402@pobox.com> (raw)
In-Reply-To: <15835.56316.564937.169193@robur.slu.se>

Jeff V. Merkey wrote:

>
> One other comment.  Does NAPI handle the issue of refilling the RX ring
> from interrupt?  This is the source of the problem, not packet 
> delvery, which
> is handled from a softirq handler.



NAPI poll does not happen in an interrupt.  Doing things in interrupts 
is the source of problems that NAPI is trying to solve.

Other than that, please read the code and NAPI paper...  :)


  parent reply	other threads:[~2002-11-21 17:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-20 19:01 e1000 fixes (NAPI) Robert Olsson
2002-11-20 23:43 ` Jeff V. Merkey
2002-11-21 10:43   ` Robert Olsson
2002-11-21 18:05     ` Jeff V. Merkey
2002-11-21 18:10     ` Jeff V. Merkey
2002-11-21 17:13 ` Jeff Garzik [this message]
2002-11-21 18:30   ` Jeff V. Merkey
2002-11-21 17:31 ` Jeff Garzik
2002-11-21 22:03   ` Jeff V. Merkey
  -- strict thread matches above, loose matches on Subject: below --
2002-11-21  1:18 Feldman, Scott
2002-11-22 10:21 Robert Olsson
2002-11-22 19:05 ` Jeff V. Merkey

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=3DDD141F.4010402@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=Robert.Olsson@data.slu.se \
    --cc=jmerkey@vger.timpanogas.org \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.