cvs commit: src/share/man/man9 mbuf.9 src/sys/kern uipc_mbuf.c
src/sys/sys mbuf.h
John-Mark Gurney
jmg at FreeBSD.org
Thu Mar 17 11:34:57 PST 2005
jmg 2005-03-17 19:34:57 UTC
FreeBSD src repository
Modified files:
share/man/man9 mbuf.9
sys/kern uipc_mbuf.c
sys/sys mbuf.h
Log:
add m_copyup function.. This can be used to help make our ip stack less
alignment restrictive, and help performance on some ethernet cards which
currently copy the entire packet a couple bytes to get the packet aligned
properly...
Wordsmithing by: dwhite
Obtained from: NetBSD (code only)
I'll clean it up later: rwatson
Revision Changes Path
1.56 +29 -0 src/share/man/man9/mbuf.9
1.147 +48 -0 src/sys/kern/uipc_mbuf.c
1.169 +1 -0 src/sys/sys/mbuf.h
More information about the cvs-src
mailing list