Bug 132497 - [boot] [patch] Stale pre-5.x mbuf references in new Bosko Milekic world order.
Summary: [boot] [patch] Stale pre-5.x mbuf references in new Bosko Milekic world order.
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 6.4-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 12:50 UTC by pluknet
Modified: 2018-02-18 07:44 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (629 bytes, patch)
2009-03-10 12:50 UTC, pluknet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pluknet 2009-03-10 12:50:01 UTC
There are still existing stale mentions about pre-5.x mbuf organization.

At least what I found in various places:

kern.ipc.mb_statpcpu
kern.ipc.mbuf_hiwm
kern.ipc.mbuf_lowm
kern.ipc.mbuf_wait
kern.ipc.nmbcnt
kern.ipc.nmbufs

Fix: Apply the patch. 
Perhaps we should also remove the much obsolete tunables.mdoc, the main source of stale references.
Comment 1 Robert Watson freebsd_committer freebsd_triage 2009-03-17 15:05:46 UTC
Responsible Changed
From-To: freebsd-bugs->rwatson

Grab ownership of this PR.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-13 13:19:18 UTC
Author: pluknet
Date: Wed Apr 13 12:19:03 2011
New Revision: 220594
URL: http://svn.freebsd.org/changeset/base/220594

Log:
  Remove the now defunct kern.ipc.nmbufs tunable.
  
  PR:		kern/132497 (part)
  MFC after:	1 week

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Wed Apr 13 11:32:15 2011	(r220593)
+++ head/sys/boot/forth/loader.conf	Wed Apr 13 12:19:03 2011	(r220594)
@@ -107,7 +107,6 @@ module_path="/boot/modules"	# Set the mo
 #kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
 #kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
 #kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
-#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
 #kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
 #net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
 #vfs.root.mountfrom=""		# Specify root partition in a way the
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-04-20 12:15:29 UTC
Author: pluknet
Date: Wed Apr 20 11:15:17 2011
New Revision: 220883
URL: http://svn.freebsd.org/changeset/base/220883

Log:
  MFC r220594:
  
   Remove the now defunct kern.ipc.nmbufs tunable.
  
  PR:		kern/132497 (part)

Modified:
  stable/8/sys/boot/forth/loader.conf
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/boot/forth/loader.conf
==============================================================================
--- stable/8/sys/boot/forth/loader.conf	Wed Apr 20 08:38:25 2011	(r220882)
+++ stable/8/sys/boot/forth/loader.conf	Wed Apr 20 11:15:17 2011	(r220883)
@@ -107,7 +107,6 @@ module_path="/boot/modules"	# Set the mo
 #kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
 #kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
 #kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
-#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
 #kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
 #net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
 #vfs.root.mountfrom=""		# Specify root partition in a way the
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-04-20 12:17:39 UTC
Author: pluknet
Date: Wed Apr 20 11:17:21 2011
New Revision: 220884
URL: http://svn.freebsd.org/changeset/base/220884

Log:
  MFC r220594:
  
   Remove the now defunct kern.ipc.nmbufs tunable.
  
  PR:		kern/132497 (part)

Modified:
  stable/7/sys/boot/forth/loader.conf
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/boot/forth/loader.conf
==============================================================================
--- stable/7/sys/boot/forth/loader.conf	Wed Apr 20 11:15:17 2011	(r220883)
+++ stable/7/sys/boot/forth/loader.conf	Wed Apr 20 11:17:21 2011	(r220884)
@@ -105,7 +105,6 @@ module_path="/boot/modules"	# Set the mo
 #kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
 #kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
 #kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
-#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
 #kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
 #net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
 #vfs.root.mountfrom=""		# Specify root partition in a way the
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:01:08 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped