Date: Mon, 20 Dec 1999 12:29:52 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp deflate.c hdlc.h mbuf.c mbuf.h vjcomp.c Message-ID: <199912202029.MAA56816@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/12/20 12:29:52 PST
Modified files:
usr.sbin/ppp deflate.c hdlc.h mbuf.c mbuf.h vjcomp.c
Log:
Implement mbuf allocation internally by maintaining 8 buckets of
different sized mbufs, and mallocing them in chunks of 20 mbufs
at a time.
This improves back-to-back throughput by between 7 and 8%
Revision Changes Path
1.18 +2 -2 src/usr.sbin/ppp/deflate.c
1.20 +3 -3 src/usr.sbin/ppp/hdlc.h
1.34 +74 -14 src/usr.sbin/ppp/mbuf.c
1.22 +3 -1 src/usr.sbin/ppp/mbuf.h
1.35 +5 -6 src/usr.sbin/ppp/vjcomp.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912202029.MAA56816>
