Re: e1000 fixes (NAPI)

Jeff Garzik (jgarzik@pobox.com)
Thu, 21 Nov 2002 12:13:03 -0500


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... :)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/