[BUG] e1000 fails on 2.4.26+bk with CONFIG_SMP=y

From: Joe Korty
Date: Fri Apr 16 2004 - 17:51:28 EST


The e1000 driver fails to operate an Intel PRO/1000 MT Quad Port Server
Adaptor under the latest 2.4.26+bk with CONFIG_SMP=y. It works fine
when CONFIG_SMP=n.

netstat -i shows packets being transmitted and received with ~1/2 of the
received packets being errors.

This is a Dell 650 configured with 4 (hyperthreaded) CPUs. E1000 driver
version is 5.2.39-k1.

Regards,
Joe

good (uniproc) netstat -i:

Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth1 1500 0 72 0 0 0 10 0 0 0 BMRU
lo 16436 0 88 0 0 0 88 0 0 0 LRU

bad (smp) netstat -i:

Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth1 1500 0 516 214 214 0 3 0 0 0 BMRU
lo 16436 0 75 0 0 0 75 0 0 0 LRU
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/