On Tue, 2002-03-12 at 23:52, David S. Miller wrote: > Thinking... I guess my gem_rxmac_reset() does not reset the > receive FIFO so until it is filled up and reset none of the > packets received actually make it past the card. > > How does it behave with the patch below added to what you are running > right now? > The problem appears to get worse; $ ping -s 1472 -i 0.1 10.0.0.3 1480 bytes from 10.0.0.3: icmp_seq=4487 ttl=255 time=4.13 ms 1480 bytes from 10.0.0.3: icmp_seq=4488 ttl=255 time=4.13 ms 1480 bytes from 10.0.0.3: icmp_seq=4489 ttl=255 time=4.13 ms 1480 bytes from 10.0.0.3: icmp_seq=4490 ttl=255 time=4.13 ms 1480 bytes from 10.0.0.3: icmp_seq=4491 ttl=255 time=4.14 ms 1480 bytes from 10.0.0.3: icmp_seq=4517 ttl=255 time=4.18 ms 1480 bytes from 10.0.0.3: icmp_seq=4518 ttl=255 time=4.13 ms 1480 bytes from 10.0.0.3: icmp_seq=4519 ttl=255 time=4.12 ms 1480 bytes from 10.0.0.3: icmp_seq=4520 ttl=255 time=4.13 ms 25 lost packets :( Also, just to clarify (i wasn't clear earlier), this host is connected via 1000Mbps full-duplex fibre to the switch. The other machines on the switch are connected either by 100Mbps copper or 10Mpbs copper. I'm guessing the other machines shouldn't be able to flood the RX on this host even if they all transmitted at the same time? (there are only three of them) Beezly