分类: 系统运维
2005-05-23 21:26:23
It is not a bridge problem, just that bridging puts more stress on the network driver.
The problem is that the 3c905 cards don't support interrupt mitigation,
so
when lots of network traffic hits, they drop data. The 3c59x driver
allocates and copies every received frame in the interrupt routine.
What is needed is a new driver that does NAPI (any volunteers)?
Or you could get different hardware that doesn't copy every packet
within
the interrupt routine. Either a card that can receive direct into the
socket buffer, or has a driver that supports NAPI to do it in the IRQ.
I have added the linux-net list to see if anyone else has ideas.
Sziasztok!