From owner-cvs-all@FreeBSD.ORG Mon Jun 23 11:02:14 2003 Return-Path: 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 8C3CB37B401; Mon, 23 Jun 2003 11:02:14 -0700 (PDT) Received: from milla.ask33.net (milla.ask33.net [217.197.166.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id E803D43FF3; Mon, 23 Jun 2003 11:02:12 -0700 (PDT) (envelope-from nick@milla.ask33.net) Received: by milla.ask33.net (Postfix, from userid 1001) id BEBA73ABB51; Mon, 23 Jun 2003 20:05:33 +0200 (CEST) Date: Mon, 23 Jun 2003 20:05:33 +0200 From: Pawel Jakub Dawidek To: Mike Silbersack Message-ID: <20030623180533.GO7587@garage.freebsd.pl> References: <200306231752.h5NHqO3P082681@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="YzdYn+D7cUqe+VA3" Content-Disposition: inline In-Reply-To: <200306231752.h5NHqO3P082681@repoman.freebsd.org> X-PGP-Key-URL: http://garage.freebsd.pl/jules.asc X-OS: FreeBSD 4.8-RELEASE i386 X-URL: http://garage.freebsd.pl User-Agent: Mutt/1.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 18:02:14 -0000 --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 +> 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--