From owner-freebsd-stable@FreeBSD.ORG Sat Jan 28 21:17:13 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED7416A420 for ; Sat, 28 Jan 2006 21:17:13 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C5543D45 for ; Sat, 28 Jan 2006 21:17:12 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.4/8.13.4) with ESMTP id k0SLHBcp030732 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 29 Jan 2006 00:17:11 +0300 (MSK) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.4/8.13.4/Submit) id k0SLHAhu030731; Sun, 29 Jan 2006 00:17:10 +0300 (MSK) (envelope-from oleg) Date: Sun, 29 Jan 2006 00:17:10 +0300 From: Oleg Bulyzhin To: Koen Martens Message-ID: <20060128211710.GA29790@lath.rinet.ru> References: <43DB8EA6.7070503@metro.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43DB8EA6.7070503@metro.cx> User-Agent: Mutt/1.5.11 Cc: freebsd-stable@freebsd.org Subject: Re: ipfilter + bge strangeness 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: Sat, 28 Jan 2006 21:17:13 -0000 On Sat, Jan 28, 2006 at 04:32:54PM +0100, Koen Martens wrote: > Hi All, > > Yesterday night, i was going to send the message below. However, > just before pressing send, i found a solution to the problem: > disable checksum checks (ifconfig bge0 -rxcsum -txcsum). Though this > is a solution, it has me puzzled. Is this a bug^H^H^Hfeature of > 6-STABLE, as it works with 5.4. > > With 5.4, there was only the rxcsum option for the bge card, not a > txcsum. It worked fine with rxcsum enabled on 5.4.. > > What are the consequences of disabling {rx,tx}csum? What is wrong > with enabling it on 6-STABLE? > Could you please run 'tcpdump -nvi bge0' while you are generating dns traffic (having bge0 checksum offloading on)? 'netstat -sp udp' output might be helpful too. -- Oleg.