Date: Fri, 22 Feb 2008 00:46:22 +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: <200802220046.m1M0kMPM008814@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidch 2008-02-22 00:46:22 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h Log: MFC after: 4 weeks - Added loose RX MTU functionality to allow frames larger than 1500 bytes to be accepted even though the interface MTU is set to 1500. - Implemented new TCP header splitting/jumbo frame support which uses two chains for receive traffic rather than the original single recevie chain. - Added additional debug support code. Revision Changes Path 1.36 +1559 -675 src/sys/dev/bce/if_bce.c 1.5 +6179 -4850 src/sys/dev/bce/if_bcefw.h 1.17 +264 -55 src/sys/dev/bce/if_bcereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802220046.m1M0kMPM008814>