diff options
author | andre <andre@FreeBSD.org> | 2006-02-17 14:14:15 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2006-02-17 14:14:15 +0000 |
commit | a6010e7b755af67bf9cc03268250940f6ec51baa (patch) | |
tree | 61f82b086382c873a110a1e5319753058263ed1f /sys/net | |
parent | e7148b146b40c47daafcb3315190caf848d0a7b3 (diff) | |
download | FreeBSD-src-a6010e7b755af67bf9cc03268250940f6ec51baa.zip FreeBSD-src-a6010e7b755af67bf9cc03268250940f6ec51baa.tar.gz |
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
Diffstat (limited to 'sys/net')
0 files changed, 0 insertions, 0 deletions