mbuf - Add MJUMPAGESIZE mbuf cluster support.
authorJoe Talbott <josepht@dragonflybsd.org>
Fri, 4 Mar 2011 12:28:29 +0000 (07:28 -0500)
committerJoe Talbott <josepht@dragonflybsd.org>
Fri, 4 Mar 2011 12:28:29 +0000 (07:28 -0500)
commit33dbeae810812d056db4c1a65d540b9dceeccede
treeac93dc33c13d4876153cdd87248e4563bec473da
parentfddeaa50bc9aff477b2eed48101a9183b4de4db4
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.
sys/kern/uipc_mbuf.c
sys/sys/mbuf.h
sys/sys/param.h