Date: Mon, 6 Feb 2006 10:51:49 +0300 From: Oleg Bulyzhin <oleg@FreeBSD.org> To: Alan Cox <alc@cs.rice.edu> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <20060206075149.GA44476@lath.rinet.ru> In-Reply-To: <20060205235817.GQ5499@cs.rice.edu> References: <200602020958.k129wWtc066930@repoman.freebsd.org> <20060202100637.GB24350@lath.rinet.ru> <20060205235817.GQ5499@cs.rice.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 05, 2006 at 05:58:17PM -0600, Alan Cox wrote: > On Thu, Feb 02, 2006 at 01:06:37PM +0300, Oleg Bulyzhin wrote: > > On Thu, Feb 02, 2006 at 09:58:32AM +0000, Oleg Bulyzhin wrote: > > > oleg 2006-02-02 09:58:32 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/bge if_bge.c > > > Log: > > > Enable 'complete' rx checksum offloading (i.e. let chip calculate checksums > > > with pseudo header for tcp/udp packets). This could save one in_pseudo() call > > > per incoming tcp/udp packet. > > > > > > Approved by: glebius (mentor) > > > MFC after: 3 weeks > > > > > > Revision Changes Path > > > 1.123 +3 -2 src/sys/dev/bge/if_bge.c > > > > Side effect is workaround for ipfilter bug: > > http://lists.freebsd.org/pipermail/freebsd-stable/2006-January/021961.html > > http://lists.freebsd.org/pipermail/freebsd-stable/2006-February/022149.html > > > > Unfortunately, it also breaks NFS over UDP. Let me know if you need > details. > > Alan Could you please give me following information: ifconfig |grep -A5 bge egrep "(bge|brgphy)" /var/run/dmesg.boot pciconf -lv |grep -A2 bge 'tcpdump -nvvi bge0' output. -- Oleg.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060206075149.GA44476>