summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorerj <erj@FreeBSD.org>2017-07-11 21:25:07 +0000
committererj <erj@FreeBSD.org>2017-07-11 21:25:07 +0000
commitc6c6448d7c4b0df9885462735f342cf7ed8fb6df (patch)
tree132e3180419fde7f3b536e0fe4055962cc215e8a /sys/conf/files
parent426f153a02050a89182366ab12715f1816b689be (diff)
downloadFreeBSD-src-c6c6448d7c4b0df9885462735f342cf7ed8fb6df.zip
FreeBSD-src-c6c6448d7c4b0df9885462735f342cf7ed8fb6df.tar.gz
MFC r316541, r316544, and r320688 from HEAD to stable/11.
r316541: Fix a double free in ixgbe_rxeof() r316544: Don't overwrite vf->flags variable at the end of ixgbe(4) ixgbe_add_vf() r320688: ixgbe(4): Update HEAD (p3) to 3.2.12-k Includes: - Support for X550EM devices. - Support for Bypass adapters. - Flow Director code moved to separate files - SR-IOV code moved to separate files - Netmap code moved to separate files Sponsored by: Intel Corporation
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index e4da191..d8186e5 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2076,6 +2076,14 @@ dev/ixgbe/if_ix.c optional ix inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
dev/ixgbe/if_ixv.c optional ixv inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
+dev/ixgbe/if_bypass.c optional ix inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_netmap.c optional ix inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/if_fdir.c optional ix inet | ixv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/if_sriov.c optional ix inet | ixv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ix_txrx.c optional ix inet | ixv inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_osdep.c optional ix inet | ixv inet \
OpenPOWER on IntegriCloud