]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r268582:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 16 Jul 2014 06:18:02 +0000 (06:18 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 16 Jul 2014 06:18:02 +0000 (06:18 +0000)
commit4fc7f5a8d25f1cea7b504785172fc3fce7a88c07
treed25e3cca845617454fa5a97a9b3814580b4d9a9f
parentce02df1a2e9c40dfbc5e94acaf1fe4a9b770b067
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/9@268736 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/net/if_axge.c