cvs commit: src/sys/netinet ip_fw2.c
Christian S.J. Peron
csjp at FreeBSD.org
Sun Jan 30 16:48:39 PST 2005
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
More information about the cvs-src
mailing list