]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268582:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 16 Jul 2014 06:20:18 +0000 (06:20 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 16 Jul 2014 06:20:18 +0000 (06:20 +0000)
commit8f9a422312a3e826761dd742e5d223d6727c4a83
treee40d51eee27c14309b0867a0a6f0e2a40cfac5a0
parent9721cfdbed97a9aaa9bdbe85f95d1d3b75d8ed21
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@268737 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/net/if_axge.c