summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/DEFAULTS
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2009-04-19 00:16:04 +0000
committerkmacy <kmacy@FreeBSD.org>2009-04-19 00:16:04 +0000
commit1aef8359b16173faa1d44e30e6568a2b969c108c (patch)
treea8dd99d5429950a3e406416fb5ea917ae6a0392d /sys/i386/conf/DEFAULTS
parent60cacdeeef7ebfc3649c86d476c228917ae3bf99 (diff)
downloadFreeBSD-src-1aef8359b16173faa1d44e30e6568a2b969c108c.zip
FreeBSD-src-1aef8359b16173faa1d44e30e6568a2b969c108c.tar.gz
- Import infrastructure for caching flows as a means of accelerating L3 and L2 lookups
as well as providing stateful load balancing when used with RADIX_MPATH. - Currently compiled in to i386 and amd64 but disabled by default, it can be enabled at runtime with 'sysctl net.inet.flowtable.enable=1'. - Embedded users can remove it entirely from the kernel by adding 'nooption FLOWTABLE' to their kernel config files. - A minimal hookup will be added to ip_output in a subsequent commit. I would like to see more review before bringing in changes that require more churn. Supported by: Bitgravity Inc.
Diffstat (limited to 'sys/i386/conf/DEFAULTS')
-rw-r--r--sys/i386/conf/DEFAULTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS
index 6cf1424..03fbf36 100644
--- a/sys/i386/conf/DEFAULTS
+++ b/sys/i386/conf/DEFAULTS
@@ -28,3 +28,5 @@ options GEOM_PART_MBR
# enable support for native hardware
options NATIVE
device atpic
+
+options FLOWTABLE
OpenPOWER on IntegriCloud