From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 2 12:44:37 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFA9E1065694 for ; Tue, 2 Jun 2009 12:44:37 +0000 (UTC) (envelope-from freebsdusb@bindone.de) Received: from mail.bindone.de (mail.bindone.de [80.190.134.51]) by mx1.freebsd.org (Postfix) with SMTP id 111B68FC25 for ; Tue, 2 Jun 2009 12:44:36 +0000 (UTC) (envelope-from freebsdusb@bindone.de) Received: (qmail 39139 invoked by uid 89); 2 Jun 2009 12:17:55 -0000 Received: from unknown (HELO ufo.bindone.de) (mg@bindone.de@87.152.181.158) by mail.bindone.de with ESMTPA; 2 Jun 2009 12:17:55 -0000 Message-ID: <4A25185D.2060304@bindone.de> Date: Tue, 02 Jun 2009 14:17:33 +0200 From: Michael User-Agent: Thunderbird 2.0.0.17pre (X11/20090202) MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Bug in igb driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2009 12:44:38 -0000 Hello, we encountered problems using igb driver on a Supermicro dual quad-core system (X7DWU). It features an Intel Gigabit dual port controller (82575). The IP forwarding performance was extremely bad (5 kb/s up to 50 kb/s) until we disabled Large Receive Offloading in /etc/sysctl.conf: dev.igb.0.enable_lro=0 dev.igb.1.enable_lro=0 (changing it using ifconfig -lro and down/up the interfaces didn't help). With the systctl values set as shown above, we get the expected performance ob 50-60 MB/s. We tested this on 7.1-RELEASE, 7.2-RELEASE and 7-STABLE. Right now we're installing 8-CURRENT on the machine to see if it makes a difference. It think it would be worthwhile to list this issue in the 7.2 release errata section (that would've saved us a significant amount of time :). Cheers Michael