summaryrefslogtreecommitdiffstats
path: root/sys/modules
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/modules
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/modules')
-rw-r--r--sys/modules/em/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/em/Makefile b/sys/modules/em/Makefile
index 545e37d..0643f3f 100644
--- a/sys/modules/em/Makefile
+++ b/sys/modules/em/Makefile
@@ -4,7 +4,8 @@
.PATH: ${.CURDIR}/../../dev/e1000
KMOD = if_em
-SRCS = device_if.h bus_if.h pci_if.h opt_inet.h opt_inet6.h
+SRCS = device_if.h bus_if.h pci_if.h opt_ddb.h opt_em.h opt_inet.h \
+ opt_inet6.h
SRCS += $(CORE_SRC) $(LEGACY_SRC)
SRCS += $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED)
CORE_SRC = if_em.c e1000_osdep.c
OpenPOWER on IntegriCloud