Date: Mon, 31 Jan 2005 00:48:39 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.c Message-ID: <200501310048.j0V0mdCc003479@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2005-01-31 00:48:39 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_fw2.c
Log:
Change the state allocator from using regular malloc to using
a UMA zone instead. This should eliminate a bit of the locking
overhead associated with with malloc and reduce the memory
consumption associated with each new state.
Reviewed by: rwatson, andre
Silence on: ipfw@
MFC after: 1 week
Revision Changes Path
1.88 +7 -2 src/sys/netinet/ip_fw2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501310048.j0V0mdCc003479>
