Re: 3c59x (was Route cache performance under stress)
From: Andi Kleen <hidden>
Date: 2003-06-10 16:49:49
From: Andi Kleen <hidden>
Date: 2003-06-10 16:49:49
And another important question: how much improvement can be gained from the driver ? Folks that do parallel computation over TCP over Ethernet
You can play some tricks with the driver to make eth_type_trans disappear from the profiles. This usually helps a lot because it avoids one full "fetch from cache cold memory" roundtrip per packet, which is slow on any CPU. -Andi