Date: Fri, 17 Feb 2006 14:14:15 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mbuf.c uipc_mbuf.c src/sys/sys mbuf.h param.h Message-ID: <200602171414.k1HEEGFZ028923@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2006-02-17 14:14:15 UTC
FreeBSD src repository
Modified files:
sys/kern kern_mbuf.c uipc_mbuf.c
sys/sys mbuf.h param.h
Log:
Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sized
jumbo mbuf clusters. To make the variable size clear they are named
MJUMPAGESIZE.
Having jumbo clusters with the native PAGE_SIZE is more useful than
a fixed 4k size according the device driver writers using this API.
The 9k and 16k jumbo mbuf clusters remain unchanged.
Requested by: glebius, gallatin
Sponsored by: TCP/IP Optimization Fundraise 2005
MFC after: 3 days
Revision Changes Path
1.20 +11 -11 src/sys/kern/kern_mbuf.c
1.161 +2 -2 src/sys/kern/uipc_mbuf.c
1.188 +11 -11 src/sys/sys/mbuf.h
1.263 +1 -1 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602171414.k1HEEGFZ028923>
