summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2010-03-24 20:02:40 +0000
committerrrs <rrs@FreeBSD.org>2010-03-24 20:02:40 +0000
commite4906bb78b11d087669725c0bea9c0c9a3bbf36a (patch)
treefa60b3df1928a683e678826b6947f39c22f7ca9c /sys/conf/options
parent96102fe418ccf3282eb6fba39a7a1932525e870e (diff)
downloadFreeBSD-src-e4906bb78b11d087669725c0bea9c0c9a3bbf36a.zip
FreeBSD-src-e4906bb78b11d087669725c0bea9c0c9a3bbf36a.tar.gz
Adds the option of keeping per-cpu statistics in SCTP. This
may be useful since it gets rid of atomics but I want it to remain an option until I can do further testing on if it really speeds things up.
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 7869add..fabc0bf 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -437,6 +437,7 @@ SCTP_MBCNT_LOGGING opt_sctp.h # Log to KTR mbcnt activity
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.
#
#
#
OpenPOWER on IntegriCloud