Re: 2.6.10 TCP troubles

From: Stephen Hemminger
Date: Wed Jan 05 2005 - 18:38:08 EST


On Wed, 05 Jan 2005 08:13:17 GMT
Hubert Tonneau <hubert.tonneau@xxxxxxxxxxxxxx> wrote:

> Here is the senario:
> the Linux machine is writting through libsmbclient
> to an OSX machine running Samba
>
> Switching the Linux machine from 2.6.8 to 2.6.10 made the network speed
> drop drastically: 20 seconds with 2.6.8, 800 seconds with 2.6.10
>
> -
> 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/

Some possiblities:
2.6.8 still had the broken TCP segmentation offload that didn't obey
congestion/slow start. Are you using hardware that supports TSO?
Does 2.6.8 behaviour change if you turn TSO off with ethtool?

Is there window scaling or other issues? Does 2.6.10 get faster if
you turn of window scaling sys.net.ipv4.tcp_window_scaling=0?
Is there a window scale corrupting firewall (like OpenBSD pf)
in the way?

Is there more packet loss on the router or the Mac?
-
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/