cvs commit: src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h
David Christensen
davidch at FreeBSD.org
Fri Feb 22 00:46:23 UTC 2008
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
More information about the cvs-src
mailing list