From owner-freebsd-net Tue Oct 31 8:49:34 2000 Delivered-To: freebsd-net@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 8A2BD37B479; Tue, 31 Oct 2000 08:49:31 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id e9VGnOm18947; Tue, 31 Oct 2000 08:49:24 -0800 (PST) (envelope-from dillon) Date: Tue, 31 Oct 2000 08:49:24 -0800 (PST) From: Matt Dillon Message-Id: <200010311649.e9VGnOm18947@earth.backplane.com> To: Terry Lambert Cc: dg@root.com (David Greenman), bmilekic@dsuper.net (Bosko Milekic), freebsd-net@FreeBSD.ORG, freebsd-arch@FreeBSD.ORG Subject: Re: MP: per-CPU mbuf allocation lists References: <200010311052.DAA29909@usr02.primenet.com> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org : :It's really trivial to implement this: : :/* something to cast about; allocations can be no smaller than this*/ :struct thing { :... You've just described our zalloc[i]() memory subsystem with a few simple changes. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message