cvs commit: src/sys/kern kern_mbuf.c uipc_mbuf.c src/sys/sys
mbuf.h param.h
Andre Oppermann
andre at FreeBSD.org
Fri Feb 17 06:14:17 PST 2006
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
More information about the cvs-src
mailing list