From owner-freebsd-net@FreeBSD.ORG Thu May 12 07:28:03 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A74816A4D0 for ; Thu, 12 May 2005 07:28:03 +0000 (GMT) Received: from us.svf.stuba.sk (us.svf.stuba.sk [147.175.16.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A4743D5D for ; Thu, 12 May 2005 07:28:02 +0000 (GMT) (envelope-from md@us.svf.stuba.sk) Received: from us.svf.stuba.sk (localhost [127.0.0.1]) by us.svf.stuba.sk (8.13.3/8.13.3) with ESMTP id j4C7RxoP094865; Thu, 12 May 2005 09:27:59 +0200 (CEST) (envelope-from md@us.svf.stuba.sk) Received: (from md@localhost) by us.svf.stuba.sk (8.13.3/8.13.3/Submit) id j4C7RshG094864; Thu, 12 May 2005 09:27:54 +0200 (CEST) (envelope-from md) Date: Thu, 12 May 2005 09:27:54 +0200 From: Marian Durkovic To: Mike Jakubik Message-ID: <20050512072754.GB92476@us.svf.stuba.sk> References: <20050505133250.GA73885@us.svf.stuba.sk> <20050506065950.GA1999@us.svf.stuba.sk> <20050507043712.GB28373@xor.obsecurity.org> <1318.172.16.0.199.1115846681.squirrel@172.16.0.1> <1424.172.16.0.199.1115851128.squirrel@172.16.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424.172.16.0.199.1115851128.squirrel@172.16.0.1> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.83/875/Tue May 10 13:27:59 2005 on us.svf.stuba.sk X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on us.svf.stuba.sk cc: freebsd-net@freebsd.org Subject: Re: SOLVED: Degraded TCP performace on Intel PRO/1000 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 07:28:03 -0000 Hi, On Wed, May 11, 2005 at 06:38:48PM -0400, Mike Jakubik wrote: > Any luck submitting the patch for this? Yes, it's kern/80932 > I looked at Intels website, and the latest drive for FreeBSD 4.7 is 1.7.35. 1.7.41 could be found at: http://downloadfinder.intel.com/scripts-df-external/filter_results.aspx?strTypes=all&ProductID=1068&OSFullName=FreeBSD*&lang=eng&strOSs=52&submit=Go%21 > Seems like i am getting half the performance when sending to the fbsd box. > Also, enabling jumbo frames does not help, and sometimes even yields > slightly slower results. Yes, that's exactly the problem my patch is addressing - for larger MTU sizes the TX FIFO is simply too small. And the new Intel's driver ver. 2.1.7 for FreeBSD 5.3 has the same bugs. With kind regards, M.