From owner-freebsd-net Sat Jun 29 15:46:18 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 86A1637B400 for ; Sat, 29 Jun 2002 15:46:16 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4930F43E13 for ; Sat, 29 Jun 2002 15:46:16 -0700 (PDT) (envelope-from hsu@FreeBSD.org) Received: from FreeBSD.org ([63.193.112.125]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GYH00JJBOL3HO@mta7.pltn13.pbi.net> for net@freebsd.org; Sat, 29 Jun 2002 15:46:16 -0700 (PDT) Date: Sat, 29 Jun 2002 15:46:31 -0700 From: Jeffrey Hsu Subject: Re: Should we keep a cache of mbuf+cluster ready for use ? In-reply-to: "Your message of Sat, 29 Jun 2002 14:53:03 PDT." <20020629145303.A75543@iguana.icir.org> To: Luigi Rizzo Cc: net@freebsd.org Message-id: <0GYH00JJCOL3HO@mta7.pltn13.pbi.net> MIME-version: 1.0 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT 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 So, what you want is something like a MGETHCL(m, how, type) MHCLFREE(m) interface which first looks in a combined freelist before the individual mbuf and cluster freelists. I think it's a good idea. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message