Re: NAPI e1000 driver for 2.4.21-pre?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Mar 28, 2003 at 10:10PM +1100, Srihari Vijayaraghavan wrote:
> But unfortunately it doesn't help a lot. I see a lot of packet
> drops/errors/overruns at the network card level (ifconfig reports so).

That's how NAPI works. In the face of too much load, the kernel reverts
to polling the interface and just handling as many packets as it has
time for.  The rest show up as the errors you're seeing, because the
card is forced to drop frames the kernel can't handle.

You should have much more CPU time available for the rest of the system
with the NAPI driver than without.

Jason

-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux