summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2011-02-03 10:05:30 +0000
committerrrs <rrs@FreeBSD.org>2011-02-03 10:05:30 +0000
commit11926ca84d4e893ce66f67b945840ccb9540a3cb (patch)
treef375c5a4b89f181396c6ef9e9820df7334aca5ec /sys/conf/options
parentaef7d099b3942ac43f7510d624d873ae4a76a5c2 (diff)
downloadFreeBSD-src-11926ca84d4e893ce66f67b945840ccb9540a3cb.zip
FreeBSD-src-11926ca84d4e893ce66f67b945840ccb9540a3cb.tar.gz
Adds an experimental option to create a pool of
threads. These serve as input threads and are queued packets based on the V-tag number. This is similar to what a modern card can do with queue's for TCP... but alas modern cards know nothing about SCTP. MFC after: 3 months (maybe)
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 440f89f..b3d076f 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -439,6 +439,7 @@ SCTP_PACKET_LOGGING opt_sctp.h # Log to a packet buffer last N packets
SCTP_LTRACE_CHUNKS opt_sctp.h # Log to KTR chunks processed
SCTP_LTRACE_ERRORS opt_sctp.h # Log to KTR error returns.
SCTP_USE_PERCPU_STAT opt_sctp.h # Use per cpu stats.
+SCTP_MCORE_INPUT opt_sctp.h # Have multiple input threads for input mbufs
#
#
#
OpenPOWER on IntegriCloud