]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
-Fix an mbuf leak caused by a cut&paste bug where the small ring's mbufs
authorgallatin <gallatin@FreeBSD.org>
Fri, 27 Apr 2007 13:11:50 +0000 (13:11 +0000)
committergallatin <gallatin@FreeBSD.org>
Fri, 27 Apr 2007 13:11:50 +0000 (13:11 +0000)
commit8b90b3b132c1bf1df79cb504c3ae9c055f29e932
tree4e56cc0843b10a2293719249cfee8077a2d5e685
parent0dfc7735639067a12a4ccc63487f67169c17b9e1
-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
sys/dev/mxge/if_mxge.c