summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2015-06-17 18:50:57 +0000
committersbruno <sbruno@FreeBSD.org>2015-06-17 18:50:57 +0000
commitd2f2bb87e8f9590ff5d8eb0745530c9f78bad751 (patch)
tree088c72f10f4fa1342bdd688750a34d0bc527ee29 /sys/conf/options
parent6f160602884a965fff58f52f3747e205b403df7e (diff)
downloadFreeBSD-src-d2f2bb87e8f9590ff5d8eb0745530c9f78bad751.zip
FreeBSD-src-d2f2bb87e8f9590ff5d8eb0745530c9f78bad751.tar.gz
MFC r284179, r283959
Implement multiqueue (max 2 tx/rx queues) for the 82574L chipset. Change default tuning parameters to handle this new configuration if EM_MULTIQUEUE is set in the kernel configuration. Off by default. See r283959 changelog for the scope of these changes. Relnotes: Yes Sponsored by: Limelight Networks
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 0395753..c8597bc 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -934,3 +934,6 @@ RANDOM_YARROW opt_random.h
RANDOM_FORTUNA opt_random.h
RANDOM_DEBUG opt_random.h
RANDOM_RWFILE opt_random.h
+
+# Intel em(4) driver
+EM_MULTIQUEUE opt_em.h
OpenPOWER on IntegriCloud