Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964807AbWCHATj (ORCPT ); Tue, 7 Mar 2006 19:19:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964819AbWCHATj (ORCPT ); Tue, 7 Mar 2006 19:19:39 -0500 Received: from dsl027-180-168.sfo1.dsl.speakeasy.net ([216.27.180.168]:30857 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S964807AbWCHATi (ORCPT ); Tue, 7 Mar 2006 19:19:38 -0500 Date: Tue, 07 Mar 2006 16:18:08 -0800 (PST) Message-Id: <20060307.161808.60227862.davem@davemloft.net> To: mlleinin@hpcn.ca.sandia.gov Cc: shemminger@osdl.org, xma@us.ibm.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, openib-general@openib.org, mst@mellanox.co.il Subject: Re: [openib-general] Re: TSO and IPoIB performance degradation From: "David S. Miller" In-Reply-To: <1141776697.6119.938.camel@localhost> References: <1141767891.6119.903.camel@localhost> <20060307134907.733d3d27@localhost.localdomain> <1141776697.6119.938.camel@localhost> X-Mailer: Mew version 4.2.53 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 937 Lines: 22 From: Matt Leininger Date: Tue, 07 Mar 2006 16:11:37 -0800 > I used the standard setting for tcp_rmem and tcp_wmem. Here are a > few other runs that change those variables. I was able to improve > performance by ~30MB/s to 403 MB/s, but this is still a ways from the > 474 MB/s before the TSO patches. How limited are the IPoIB devices, TX descriptor wise? One side effect of the TSO changes is that one extra descriptor will be used for outgoing packets. This is because we have to put the headers as well as the user data, into page based buffers now. Perhaps you can experiment with increasing the transmit descriptor table size, if that's possible. - 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/