Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2009 21:58:14 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193864 - in head/sys: amd64/conf i386/conf
Message-ID:  <200906092158.n59LwEOm085169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906092158.n59LwEOm085169>