summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-03-19 15:50:34 +0000
committerbz <bz@FreeBSD.org>2011-03-19 15:50:34 +0000
commitc41eae2d13dc4dcff4b2067fe307b4b6d965e468 (patch)
tree26be20e949798d63e46f9ecf829f7eca290837f9 /sys/i386/conf
parentf12f2f2a3d6fa2f70b63b68e2476ea4814196c0d (diff)
downloadFreeBSD-src-c41eae2d13dc4dcff4b2067fe307b4b6d965e468.zip
FreeBSD-src-c41eae2d13dc4dcff4b2067fe307b4b6d965e468.tar.gz
For now remove options FLOWTABLE from the remaining GENERIC kernel
configurations and make it opt-in for those who want it. LINT will still build it. While it may be a perfect win in some scenarios, it still troubles users (see PRs) in general cases. In addition we are still allocating resources even if disabled by sysctl and still leak arp/nd6 entries in case of interface destruction. Discussed with: qingli (2010-11-24, just never executed) Discussed with: juli (OCTEON1) PR: kern/148018, kern/155604, kern/144917, kern/146792 MFC after: 2 weeks
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index b709f36..6abc29c 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -62,7 +62,6 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
-options FLOWTABLE # per-cpu routing cache
#options KDTRACE_HOOKS # Kernel DTrace hooks
options INCLUDE_CONFIG_FILE # Include this file in kernel
OpenPOWER on IntegriCloud