]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r268582:
authorhselasky <hselasky@FreeBSD.org>
Wed, 16 Jul 2014 06:20:18 +0000 (06:20 +0000)
committerhselasky <hselasky@FreeBSD.org>
Wed, 16 Jul 2014 06:20:18 +0000 (06:20 +0000)
commit9bd21844a7eeed6a98730987b47035ee673b89e7
treee40d51eee27c14309b0867a0a6f0e2a40cfac5a0
parent5df04fd5373240ddff4eadaa598f642b9c648952
MFC r268582:
Fix performance problems with AXGE network adapter in RX direction:
- Remove 4 extra bytes from the ethernet payload.
- The maximum RX buffer was incorrectly set. Increase it to 64K for
now, until the exact limit is understood.
- Enable hardware checksumming again.
- Make hardware data structure packed.
sys/dev/usb/net/if_axge.c