From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261758AbTLDMgI (ORCPT ); Thu, 4 Dec 2003 07:36:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261796AbTLDMgI (ORCPT ); Thu, 4 Dec 2003 07:36:08 -0500 Received: from rcpt-expgw.biglobe.ne.jp ([202.225.89.194]:46065 "EHLO rcpt-expgw.biglobe.ne.jp") by vger.kernel.org with ESMTP id S261758AbTLDMgG (ORCPT ); Thu, 4 Dec 2003 07:36:06 -0500 X-Biglobe-Sender: Date: Thu, 04 Dec 2003 21:36:09 +0900 From: Stephen Lee To: "Feldman, Scott" Subject: Re: Extremely slow network with e1000 & ip_conntrack Cc: "Harald Welte" , , , "David S. Miller" In-Reply-To: References: Message-Id: <20031204213030.2B75.MUKANSAI@emailplus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.05.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "Feldman, Scott" wrote: > > Try turning off TSO by disabling this code or by using "ethtool -K tso > off" (need version 1.8). Yes, turning off TSO with ethtool fixed it (tested on 2.6.0-test11). At least we have a workaround now. Thanks Scott, Harald and Dave. Is it not supported by the hardware? Seems TSO could improve performance a bit since the 1000/MT Desktop is starved for PCI bandwidth at 32-bit/33MHz. Thanks, Stephen