svn commit: r193864 - in head/sys: amd64/conf i386/conf

Kip Macy kmacy at FreeBSD.org
Tue Jun 9 21:58:14 UTC 2009


Author: kmacy
Date: Tue Jun  9 21:58:14 2009
New Revision: 193864
URL: http://svn.freebsd.org/changeset/base/193864

Log:
  opt in to flowtable on i386/amd64

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Tue Jun  9 21:55:28 2009	(r193863)
+++ head/sys/amd64/conf/GENERIC	Tue Jun  9 21:58:14 2009	(r193864)
@@ -71,6 +71,7 @@ options 	STOP_NMI		# Stop CPUS using NMI
 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_FRAME		# Ensure frames are compiled in
 #options 	KDTRACE_HOOKS		# Kernel DTrace hooks
 

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Tue Jun  9 21:55:28 2009	(r193863)
+++ head/sys/i386/conf/GENERIC	Tue Jun  9 21:58:14 2009	(r193864)
@@ -72,6 +72,7 @@ options 	STOP_NMI		# Stop CPUS using NMI
 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
 
 # Debugging for use in -current


More information about the svn-src-head mailing list