summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgbe
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2015-10-16 01:19:55 +0000
committernp <np@FreeBSD.org>2015-10-16 01:19:55 +0000
commitf39349df451605ba8516f1c7c4bd1f2c7826b5ac (patch)
tree3060b9837d894f5ec9ecd9a599099e09c9a1da7e /sys/modules/cxgbe
parent30ae8a4cadb63310ab8b1cddab4ff0db29ab5443 (diff)
downloadFreeBSD-src-f39349df451605ba8516f1c7c4bd1f2c7826b5ac.zip
FreeBSD-src-f39349df451605ba8516f1c7c4bd1f2c7826b5ac.tar.gz
cxgbe(4): support for the kernel RSS option.
You need PCBGROUP and RSS in the kernel config to use this. Relnotes: Yes Sponsored by: Chelsio Communications
Diffstat (limited to 'sys/modules/cxgbe')
-rw-r--r--sys/modules/cxgbe/if_cxgbe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/cxgbe/if_cxgbe/Makefile b/sys/modules/cxgbe/if_cxgbe/Makefile
index a66e45a..df343b2 100644
--- a/sys/modules/cxgbe/if_cxgbe/Makefile
+++ b/sys/modules/cxgbe/if_cxgbe/Makefile
@@ -11,6 +11,7 @@ SRCS+= device_if.h
SRCS+= opt_inet.h
SRCS+= opt_inet6.h
SRCS+= opt_ofed.h
+SRCS+= opt_rss.h
SRCS+= pci_if.h
SRCS+= t4_hw.c
SRCS+= t4_l2t.c
OpenPOWER on IntegriCloud