Received: with ECARTIS (v1.0.0; list netdev); Wed, 22 Sep 2004 12:58:36 -0700 (PDT) Received: from Cantor.suse.de (cantor.suse.de [195.135.220.2]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id i8MJwSrS023208 for ; Wed, 22 Sep 2004 12:58:29 -0700 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 77DE6C4E64A; Wed, 22 Sep 2004 21:55:16 +0200 (CEST) Date: Wed, 22 Sep 2004 21:55:15 +0200 From: Andi Kleen To: "David S. Miller" Cc: Andi Kleen , anton@samba.org, netdev@oss.sgi.com Subject: Re: bad TSO performance in 2.6.9-rc2-BK Message-ID: <20040922195515.GA2619@wotan.suse.de> References: <20040920063012.GL2825@krispykreme> <20040920203021.GD4242@wotan.suse.de> <20040921155835.18aee381.davem@davemloft.net> <20040922140000.GD27432@wotan.suse.de> <20040922111209.7887df53.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040922111209.7887df53.davem@davemloft.net> X-archive-position: 9311 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: ak@suse.de Precedence: bulk X-list: netdev Content-Length: 839 Lines: 25 On Wed, Sep 22, 2004 at 11:12:09AM -0700, David S. Miller wrote: > On Wed, 22 Sep 2004 16:00:00 +0200 > Andi Kleen wrote: > > > I tried it with rc2bk8 again and the performance is much better (22MB/s) > > that what I got earlier with 2.6.8rc2, but still far below what 2.6.5 gets > > on the same hardware (68MB/s) > > > > Both tests with netperf over e1000. > > Great, please try one more thing to help me narrow this down. > Rerun your e1000 tests after going: > > ethtool -K eth? tso off > > and see if that gets you back to 2.6.5 era performance. With tso off i get the same performance as on 2.6.5. I must add that this is a CSA e1000 (directly integrated into the chipset and doesn't use PCI) and TSO doesn't seem to be bring any advantage. On 2.6.5 the performance is the same with both TSO on or off. -Andi