From owner-cvs-all Sat Oct 14 23:27: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC70D37B66C; Sat, 14 Oct 2000 23:27:01 -0700 (PDT) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90363; Sat, 14 Oct 2000 23:27:01 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200010150627.XAA90363@freefall.freebsd.org> From: Bosko Milekic Date: Sat, 14 Oct 2000 23:27:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/sys mbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2000/10/14 23:27:01 PDT Modified files: sys/kern uipc_mbuf.c Log: Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is the number of ext_buf counters that are possibly allocatable. Do this because: (i) It will make it easier to influence EXT_COUNTERS for if_sk, if_ti (or similar) users where the driver allocates its own ext_bufs and where it is important for the mbuf system to take it into account when reserving necessary space for counters. (ii) Facilitate some percentile calculation for netstat(1) Revision Changes Path 1.58 +6 -2 src/sys/kern/uipc_mbuf.c Modified files: sys/sys mbuf.h Log: While I'm here: Small change (remove tab in one of the MEXT* macros) - probably slipped through (accidently?) in dwmalone's KASSERT() addition (rev 1.58). Revision Changes Path 1.60 +2 -2 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message