Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 20:05:33 +0200
From:      Pawel Jakub Dawidek <nick@garage.freebsd.pl>
To:        Mike Silbersack <silby@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern uipc_mbuf.c
Message-ID:  <20030623180533.GO7587@garage.freebsd.pl>
In-Reply-To: <200306231752.h5NHqO3P082681@repoman.freebsd.org>
References:  <200306231752.h5NHqO3P082681@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--YzdYn+D7cUqe+VA3
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jun 23, 2003 at 10:52:24AM -0700, Mike Silbersack wrote:
+>   Commiter:	Mike Silbersack <silby@FreeBSD.org>
+>   Branch:	RELENG_4
+>=20
+>   Files:
+> 	1.51.2.25   src/sys/kern/uipc_mbuf.c =20
+>=20
+>   Log:
+>   MFC rev 1.118
+>  =20
+>     Hide the m_defrag* statistics under MBUF_STRESS_TEST, there seems
+>     to be no need to see them in the general case (and they aren't
+>     smp-safe anyway.)
+>  =20
+>=20
+> Diffs:
[...]
+> @@ -96,6 +96,7 @@ SYSCTL_INT(_kern_ipc, KIPC_NMBCLUSTERS,=20
+>  	   &nmbclusters, 0, "Maximum number of mbuf clusters available");
+>  SYSCTL_INT(_kern_ipc, OID_AUTO, nmbufs, CTLFLAG_RD, &nmbufs, 0,
+>  	   "Maximum number of mbufs available");=20
+> +#if MBUF_STRESS_TEST
+>  SYSCTL_INT(_kern_ipc, OID_AUTO, m_defragpackets, CTLFLAG_RD,
+>  	   &m_defragpackets, 0, "");
+>  SYSCTL_INT(_kern_ipc, OID_AUTO, m_defragbytes, CTLFLAG_RD,

s/#if/#ifdef/ ?

--=20
Pawel Jakub Dawidek                       pawel@dawidek.net
UNIX Systems Programmer/Administrator     http://garage.freebsd.pl
Am I Evil? Yes, I Am!                     http://cerber.sourceforge.net

--YzdYn+D7cUqe+VA3
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iQCVAwUBPvdBbT/PhmMH/Mf1AQFv2gP/Y6SAY8+nWI68ujxXXFPoR++/48+UMg6X
a4GNqlOmgINv3d2ZkupwSI3M5M4hIlNiI2ImrTyy0yc3iJ/6AZ1jzxlfwQgOQsXr
jPUulml7v6VUdXi+4ETSqBKHyiCa4hsQ1YxgoRH0S6Rcv2evp1+OeJ+Vh1N9TeiY
q1XHl6EB068=
=on6t
-----END PGP SIGNATURE-----

--YzdYn+D7cUqe+VA3--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030623180533.GO7587>