From owner-cvs-all Sun Aug 11 10:48:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F9237B400; Sun, 11 Aug 2002 10:48:38 -0700 (PDT) Received: from tesla.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3660043E3B; Sun, 11 Aug 2002 10:48:38 -0700 (PDT) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id g7BHmUe95744; Sun, 11 Aug 2002 13:48:30 -0400 (EDT) (envelope-from bmilekic@unixdaemons.com) Date: Sun, 11 Aug 2002 13:48:30 -0400 From: Bosko Milekic To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <20020811134830.A95732@unixdaemons.com> References: <200208111017.g7BAHvWK044438@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208111017.g7BAHvWK044438@freefall.freebsd.org>; from luigi@FreeBSD.org on Sun, Aug 11, 2002 at 03:17:57AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Aug 11, 2002 at 03:17:57AM -0700, Luigi Rizzo wrote: > luigi 2002/08/11 03:17:57 PDT > > Modified files: (Branch: RELENG_4) > sys/kern uipc_mbuf.c > Log: > Bring back mcl_pool_max to 0 as default, while i investigate > on some problems people were having with it (likely > some missing initialization of mbuf header fields in the > handling of the free list). Yes, you fail to properly initialize the mbuf when you allocate it from the 'mcl_pool' thing. You need to initialize some of the pkthdr fields as well as the flags field, as MGETHDR() does. > Revision Changes Path > 1.51.2.19 +1 -1 src/sys/kern/uipc_mbuf.c -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message