From owner-freebsd-net Fri Aug 9 12:45:47 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB13737B67E; Fri, 9 Aug 2002 12:45:39 -0700 (PDT) Received: from tesla.distributel.net (unknown [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9987E43E6E; Fri, 9 Aug 2002 12:45:23 -0700 (PDT) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id g79Ji5G88345; Fri, 9 Aug 2002 15:44:05 -0400 (EDT) (envelope-from bmilekic@unixdaemons.com) Date: Fri, 9 Aug 2002 15:44:05 -0400 From: Bosko Milekic To: gallatin@FreeBSD.ORG, ken@FreeBSD.ORG Cc: freebsd-net@FreeBSD.ORG Subject: Re: Jumbo Clusters in mb_alloc Message-ID: <20020809154405.A88323@unixdaemons.com> References: <20020809151627.A88180@unixdaemons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020809151627.A88180@unixdaemons.com>; from bmilekic@unixdaemons.com on Fri, Aug 09, 2002 at 03:16:27PM -0400 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 09, 2002 at 03:16:27PM -0400, Bosko Milekic wrote: > > Hi guys, > > Can you put this (the attached) to use? > > It's the implementation of jumbo clusters within mb_alloc, as > discussed on -net not too long ago. I should also just point out that the patch needs a few things added (some additional ifdef NMBJUMBOBUFS in mbuf.h) along with the actual interface addition before it is committed. Regardless, it should be enough to give you an idea of what it looks like and to also perform some initial per-CPU cache population (and it does, I've tested it). > I have not written the allocation interface yet as I would like to > know if you could put them to use in some of the drivers, and also > what you would need from the interface. [...] > Anyway, see the attached patch and let me know if this is useful to > you. Thanks! > > Cheers, > -- > Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org [...patch snipped...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message