cvs commit: src/sys/net route.c

Bruce M Simpson bms at spc.org
Wed Aug 11 21:57:57 PDT 2004


On Wed, Aug 11, 2004 at 05:26:56PM +0000, Andre Oppermann wrote:
>   Log:
>   Convert the routing table to use an UMA zone for rtentries.  The zone is
>   called "rtentry".
>   
>   This saves a considerable amount of kernel memory.  R_Zmalloc previously
>   used 256 byte blocks (plus kmalloc overhead) whereas UMA only needs 132
>   bytes.

Thank you for doing this. This was on my wishlist for some time.
This is a considerable improvement.

BMS


More information about the cvs-src mailing list