Date: Sun, 11 Aug 2002 13:48:30 -0400 From: Bosko Milekic <bmilekic@unixdaemons.com> To: Luigi Rizzo <luigi@FreeBSD.org> 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> In-Reply-To: <200208111017.g7BAHvWK044438@freefall.freebsd.org>; from luigi@FreeBSD.org on Sun, Aug 11, 2002 at 03:17:57AM -0700 References: <200208111017.g7BAHvWK044438@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020811134830.A95732>