From owner-freebsd-stable@FreeBSD.ORG Thu May 31 11:14:17 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AA3416A46B for ; Thu, 31 May 2007 11:14:17 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from cheyenne.sixcompanies.com (cheyenne.sixcompanies.com [65.43.82.170]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA3913C469 for ; Thu, 31 May 2007 11:14:17 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from dakota.sixcompanies.com (cheyenne.sixcompanies.com [10.43.82.170]) by cheyenne.sixcompanies.com (8.14.1/8.14.1) with ESMTP id l4VBEGvC000846; Thu, 31 May 2007 06:14:16 -0500 (CDT) Message-Id: <200705311114.l4VBEGvC000846@cheyenne.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 31 May 2007 06:14:15 -0500 To: Sten Daniel Soersdal From: "J.D. Bronson" In-Reply-To: <465EA47B.7050400@gmail.com> References: <200705300934.l4U9Y7eJ022617@lurza.secnetix.de> <465DB6C5.30407@tellurian.com> <465EA47B.7050400@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Packet Loss w/bge & BCM5703 on Dell PE2650 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2007 11:14:17 -0000 At 05:33 AM 05/31/2007, Sten Daniel Soersdal wrote: >>It appears I do not have the DEVICE_POLLING option set when I compiled >>my kernel on my one machine and on the second I am just using the >>GENERIC kernel. I'll recompile with this option set and try again and >>post my results to the list. >>Thanks! > >Try disabling hardware assisted checksumming. ( ifconfig bge0 >-txcsum -rxcsum ). > >-- >Sten Daniel Soersdal What is the proper syntax for this in /etc/rc.conf? ifconfig_bge0="inet 192.168.1.1 -txcsum -rxcsum netmask 255.255.255.0" ?? Ironically, this is also recommended under Solaris 10 for the same NIC: =========================== If you have a bge interface (eg, SunFire V210), then you may have NAT problems with ipfilter unless you add the following to /etc/system: set ip:dohwcksum=0 This turns off hardware checksumming, which is on by default with bge interfaces. ========================== -JD