Date: Wed, 18 Oct 2000 19:07:44 -0400 (EDT) From: Bosko Milekic <bmilekic@dsuper.net> To: Alfred Perlstein <bright@wintelcom.net> Cc: net@freebsd.org Subject: Re: how to detect recent mbuf changes Message-ID: <Pine.BSF.4.21.0010181859580.22846-100000@jehovah.technokratis.com> In-Reply-To: <20001016161133.V272@fw.wintelcom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 16 Oct 2000, Alfred Perlstein wrote: > Have we bumbed FreeBSD version or do we have some other way to detect > the recent change in the way mbuf clusters are counted? > > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] > "I have the heart of a child; I keep it in a jar on my desk." To answer your question: Yes, I notice that it has been bumped in the meantime in -CURRENT after the SMP stuff has gone in. You should be checking __FreeBSD_version for 500013 or greater (the ref-counting and other similar changes -- all but the mutex stuff) has been committed before that version. You'll note that the ref counting code was not MFCd, so you're in luck. Have fun, Bosko Milekic bmilekic@technokratis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010181859580.22846-100000>