Subject: Re: CVS commit: src
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
From: Chris G. Demetriou <cgd@netbsd.org>
List: tech-net
Date: 03/31/1999 12:15:20
Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us> writes:
> If we have effective hard limit support in the pool code, is there
> still a good reason to put mbufs in a separate map on some platforms?

allocation efficiency (vs. map fragmentation, etc.)?  even if you
don't them in your own map, you might still need wired hard limits
because it might not be possible to grow kernel_map.


> What makes the alpha and mips special?

architecture provides a direct-mapped segment.


cgd
-- 
Chris Demetriou - cgd@netbsd.org - http://www.netbsd.org/People/Pages/cgd.html
Disclaimer: Not speaking for NetBSD, just expressing my own opinion.