cvs commit: src/sys/kern kern_mbuf.c uipc_mbuf.c src/sys/sys
mbuf.h param.h
Andre Oppermann
andre at FreeBSD.org
Wed Mar 1 12:51:53 PST 2006
andre 2006-03-01 20:51:49 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_mbuf.c uipc_mbuf.c
sys/sys mbuf.h param.h
Log:
MFC: Replace 4k mbuf clusters with PAGE_SIZE clusters.
Note: The jumbo mbuf cluster API has been MFC'd only recently and
never shipped in a release. Thus the API change does not violate
our stable branch guidelines with regard to API compatibility.
Requested by: glebius, gallatin
Sponsored by: TCP/IP Optimization Fundraise 2005
Approved by: re (scottl)
Revision Changes Path
1.9.2.5 +11 -11 src/sys/kern/kern_mbuf.c
1.148.2.4 +2 -2 src/sys/kern/uipc_mbuf.c
1.170.2.5 +11 -11 src/sys/sys/mbuf.h
1.244.2.10 +1 -1 src/sys/sys/param.h
More information about the cvs-src
mailing list