summaryrefslogtreecommitdiffstats
path: root/sys/modules
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/modules
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/modules')
-rw-r--r--sys/modules/mlx5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/mlx5/Makefile b/sys/modules/mlx5/Makefile
index c11a301..d7bf5e1 100644
--- a/sys/modules/mlx5/Makefile
+++ b/sys/modules/mlx5/Makefile
@@ -8,8 +8,8 @@ mlx5_cmd.c \
mlx5_cq.c \
mlx5_diagnostics.c \
mlx5_eq.c \
-mlx5_eswitch_vacl.c \
-mlx5_flow_table.c \
+mlx5_fs_cmd.c \
+mlx5_fs_tree.c \
mlx5_fw.c \
mlx5_health.c \
mlx5_mad.c \
OpenPOWER on IntegriCloud