alistair23-linux/drivers/net/e1000e
Auke Kok df762464ad e1000e: Fix PBA calculation for jumbo frame packets
Upon inspection the rx FIFO size calculation code was found to have
2 significant flaws: A superfluous minus sign resulting in the
wrong size to be used for jumbo frames on 82573 and ich9, as well
as that this code rewrote the read-only adapter->pba variable
resulting in different values at each run.

Without this patch jumbo's will work but performance will be
awkward since the TX size is not adequate for two whole frames.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-10-29 05:47:08 -04:00
..
82571.c
defines.h
e1000.h e1000e: Fix jumbo frame receive code. 2007-10-29 05:47:08 -04:00
es2lan.c
ethtool.c e1000e: don't poke PHY registers to retreive link status 2007-10-16 21:10:27 -04:00
hw.h e1000e: Fix debug printk macro 2007-10-16 21:10:27 -04:00
ich8lan.c
lib.c e1000e: restore flow control settings properly 2007-10-10 16:55:25 -07:00
Makefile
netdev.c e1000e: Fix PBA calculation for jumbo frame packets 2007-10-29 05:47:08 -04:00
param.c
phy.c