git: mbuf - Add MJUMPAGESIZE mbuf cluster support.

Joe Talbott josepht at crater.dragonflybsd.org
Mon Mar 14 04:20:50 PDT 2011


commit 94eaee9a96ddf373ada9bd4fec446d8349b51dd4
Author: Joe Talbott <josepht at dragonflybsd.org>
Date:   Fri Mar 4 07:28:29 2011 -0500

    mbuf - Add MJUMPAGESIZE mbuf cluster support.
    
    This is needed by Intel WiFi chipsets which require larger than usual
    clusters.
    
    Revert MCLSHIFT back to 11 to reduce mbuf cluster space usage and make
    non-Intel Wifi NICs work without needing to adjust MCLSHIFT.

Summary of changes:
 sys/kern/uipc_mbuf.c |  180 +++++++++++++++++++++++++++++++++++++++++++++-----
 sys/sys/mbuf.h       |    2 +
 sys/sys/param.h      |    2 +-
 3 files changed, 167 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/94eaee9a96ddf373ada9bd4fec446d8349b51dd4


-- 
DragonFly BSD source repository





More information about the Commits mailing list