Skip to content

Commit

Permalink
Merge pull request #826 from yishaih/mlx5_sampler
Browse files Browse the repository at this point in the history
mlx5: DR, Add support for flow sampler action
  • Loading branch information
yishaih committed Sep 13, 2020
2 parents e9e3d1a + b2bffc7 commit 8b45fa2
Show file tree
Hide file tree
Showing 14 changed files with 987 additions and 38 deletions.
2 changes: 2 additions & 0 deletions debian/ibverbs-providers.symbols
Expand Up @@ -23,6 +23,7 @@ libmlx5.so.1 ibverbs-providers #MINVER#
MLX5_1.13@MLX5_1.13 29
MLX5_1.14@MLX5_1.14 30
MLX5_1.15@MLX5_1.15 31
MLX5_1.16@MLX5_1.16 32
mlx5dv_init_obj@MLX5_1.0 13
mlx5dv_init_obj@MLX5_1.2 15
mlx5dv_query_device@MLX5_1.0 13
Expand Down Expand Up @@ -105,6 +106,7 @@ libmlx5.so.1 ibverbs-providers #MINVER#
mlx5dv_modify_qp_lag_port@MLX5_1.14 30
mlx5dv_query_qp_lag_port@MLX5_1.14 30
mlx5dv_dr_action_create_dest_devx_tir@MLX5_1.15 31
mlx5dv_dr_action_create_flow_sampler@MLX5_1.16 32
libefa.so.1 ibverbs-providers #MINVER#
* Build-Depends-Package: libibverbs-dev
EFA_1.0@EFA_1.0 24
Expand Down
2 changes: 1 addition & 1 deletion providers/mlx5/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ if (MLX5_MW_DEBUG)
endif()

rdma_shared_provider(mlx5 libmlx5.map
1 1.15.${PACKAGE_VERSION}
1 1.16.${PACKAGE_VERSION}
buf.c
cq.c
dbrec.c
Expand Down

0 comments on commit 8b45fa2

Please sign in to comment.