DragonFly BSD
DragonFly commits List (threaded) for 2011-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: mbuf - Add MJUMPAGESIZE mbuf cluster support.


From: Joe Talbott <josepht@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Mar 2011 04:18:22 -0700 (PDT)

commit 94eaee9a96ddf373ada9bd4fec446d8349b51dd4
Author: Joe Talbott <josepht@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]