cvs commit: src/sys/dev/mxge if_mxge.c
Andrew Gallatin
gallatin at FreeBSD.org
Fri Apr 27 13:11:51 UTC 2007
gallatin 2007-04-27 13:11:50 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge if_mxge.c
Log:
-Fix an mbuf leak caused by a cut&paste bug where the small ring's mbufs
were never freed, but the big ring was freed twice.
-Don't supply rx hw csums for frames which are padded beyond the
length specified in the ip header. If the padding is non-zero,
the hw csum will be incorrect for such frames.
Sponsored by: Myricom
Revision Changes Path
1.27 +35 -19 src/sys/dev/mxge/if_mxge.c
More information about the cvs-src
mailing list