Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261428AbUKWTIL (ORCPT ); Tue, 23 Nov 2004 14:08:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261432AbUKWTIJ (ORCPT ); Tue, 23 Nov 2004 14:08:09 -0500 Received: from hera.kernel.org ([63.209.29.2]:47564 "EHLO hera.kernel.org") by vger.kernel.org with ESMTP id S261428AbUKWSBf (ORCPT ); Tue, 23 Nov 2004 13:01:35 -0500 To: linux-kernel@vger.kernel.org From: Stephen Hemminger Subject: Re: Network slowdown from 2.6.7 to 2.6.9 Date: Tue, 23 Nov 2004 10:04:50 -0800 Organization: Open Source Development Lab Message-ID: <20041123100450.3cbb82e6@zqx3.pdx.osdl.net> References: <419A9151.2000508@atmos.washington.edu> <20041116163257.0e63031d@zqx3.pdx.osdl.net> <419BA5C4.4020503@atmos.washington.edu> <1100722571.20185.9.camel@tux.rsn.bth.se> <419BBF57.3040808@atmos.washington.edu> <1100727847.20185.31.camel@tux.rsn.bth.se> <41A27868.80703@atmos.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: build.pdx.osdl.net 1101232886 14984 172.20.1.73 (23 Nov 2004 18:01:26 GMT) X-Complaints-To: abuse@osdl.org NNTP-Posting-Date: Tue, 23 Nov 2004 18:01:26 +0000 (UTC) X-Newsreader: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i686-suse-linux) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 983 Lines: 21 On Mon, 22 Nov 2004 15:38:16 -0800 Harry Edmon wrote: > 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? Well, before the TSO changes, if TSO was enabled then TCP would not obey slow start or do congestion control properly. Did you increase the TCP send/receive buffers (sysctl's net.ipv4.tcp_rmem and net.ipv4.tcp_wmem)? You may just be window limited. Also, 2.6.9 has TCP bugs with TSO that can cause panic's. These have been fixed in 2.6.10-rc2. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/