Date: Wed, 1 Mar 2006 20:51:50 +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: <200603012051.k21Kpouv071150@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603012051.k21Kpouv071150>
