summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2018-02-13 14:37:21 +0000
committerhselasky <hselasky@FreeBSD.org>2018-02-13 14:37:21 +0000
commitdbddf1a477021af6f5a1d2057bbc301200d08c7d (patch)
treee887c6f58cfdb14894addd4d8717cebc079ec58a /sys/conf/files
parented9a5029dd07ce6e1ad60c11e82c89e2b3bbc3a1 (diff)
downloadFreeBSD-src-dbddf1a477021af6f5a1d2057bbc301200d08c7d.zip
FreeBSD-src-dbddf1a477021af6f5a1d2057bbc301200d08c7d.tar.gz
MFC r325638 and r325976:
Refactor the flowsteering APIs used by mlx5en(4). This change is needed by the coming ibcore and mlx5ib updates in order to support traffic redirection to so-called raw ethernet QPs. Remove unused E-switch related routines and files while at it. Sponsored by: Mellanox Technologies
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 6663b14..9dc8fc0 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4402,7 +4402,9 @@ dev/mlx5/mlx5_core/mlx5_diagnostics.c optional mlx5 pci \
compile-with "${OFED_C}"
dev/mlx5/mlx5_core/mlx5_eq.c optional mlx5 pci \
compile-with "${OFED_C}"
-dev/mlx5/mlx5_core/mlx5_flow_table.c optional mlx5 pci \
+dev/mlx5/mlx5_core/mlx5_fs_cmd.c optional mlx5 pci \
+ compile-with "${OFED_C}"
+dev/mlx5/mlx5_core/mlx5_fs_tree.c optional mlx5 pci \
compile-with "${OFED_C}"
dev/mlx5/mlx5_core/mlx5_fw.c optional mlx5 pci \
compile-with "${OFED_C}"
OpenPOWER on IntegriCloud