Re: Network slowdown from 2.6.7 to 2.6.9

From: Harry Edmon
Date: Mon Nov 22 2004 - 18:54:07 EST


Tried them all - none of them helped. Use "ntop" I can see that my throughput on the Intel gigabit ethernet interface on the system maxes out at 15.2 Mbps with 2.6.9. With 2.6.7 it made it to 35 Mbps.

Does anyone have any other suggestions as to what to look for to diagnose this problem?

Martin Josefsson wrote:

On Wed, 2004-11-17 at 22:15, Harry Edmon wrote:


No, it is not loaded. Here is the list of loaded modules under 2.6.9:



Ok, then it's something else, maybe the TSO changes...

Here's some thigs to try:

You can see the current settings, TSO etc, with

'ethtool -k eth0'
and disable TSO with
'ethtool -K eth0 tso off'

If that doesn't help there's more things to try.

I don't know anything about the diffrent TCP congestion algorithms
(Stephen does), but you could try disabling BIC.

echo 0 > /proc/sys/net/ipv4/tcp_bic

(continuing with things I hardly know anything about...)

Or maybe the autotuning receive buffer, try disabling that with

echo 0 > /proc/sys/net/ipv4/tcp_moderate_rcvbuf


Stephen, any more things to try ?




-
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/