cvs commit: src/sys/net if_ethersubr.c src/sys/sys mbuf.h
src/sys/kern uipc_mbuf.c src/sys/conf NOTES options
Julian Elischer
julian at FreeBSD.org
Tue Apr 29 21:23:22 UTC 2008
julian 2008-04-29 21:23:21 UTC
FreeBSD src repository
Modified files:
sys/net if_ethersubr.c
sys/sys mbuf.h
sys/kern uipc_mbuf.c
sys/conf NOTES options
Log:
Add an option (compiled out by default)
to profile outoing packets for a number of mbuf chain
related parameters
e.g. number of mbufs, wasted space.
probably will do with further work later.
Reviewed by: various
Revision Changes Path
1.1482 +5 -0 src/sys/conf/NOTES
1.627 +1 -0 src/sys/conf/options
1.178 +152 -0 src/sys/kern/uipc_mbuf.c
1.245 +2 -0 src/sys/net/if_ethersubr.c
1.225 +8 -0 src/sys/sys/mbuf.h
More information about the cvs-src
mailing list