Date: Fri, 11 Apr 2008 23:10:40 +0000 (UTC) From: David Christensen <davidch@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h Message-ID: <200804112310.m3BNAeMx088941@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidch 2008-04-11 23:10:40 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h Log: - Fixed a problem with the send chain consumer index which would cause TX traffic to sit in the send chain until a received packet kick started the interrupt handler. This would cause extremely slow performance when used with NFS over UDP. - Removed untested polling code. - Updated copyright year in the file header. - Removed inadvertent ^M's created by DOS text editor. MFC after: 2 weeks Revision Changes Path 1.37 +389 -487 src/sys/dev/bce/if_bce.c 1.6 +983 -983 src/sys/dev/bce/if_bcefw.h 1.18 +241 -188 src/sys/dev/bce/if_bcereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804112310.m3BNAeMx088941>