This series of commits add support for creating, allocating, querying and destroying flow counters in mlx5 PMD using the devx interface.
Moti Haimovsky (3): net/mlx5: fix shared counter allocation logic net/mlx5: add devx functions to glue net/mlx5: support flow counters using devx drivers/net/mlx5/Makefile | 11 ++ drivers/net/mlx5/meson.build | 5 + drivers/net/mlx5/mlx5.c | 16 ++- drivers/net/mlx5/mlx5.h | 15 +++ drivers/net/mlx5/mlx5_devx_cmds.c | 107 +++++++++++++++++ drivers/net/mlx5/mlx5_flow.h | 10 +- drivers/net/mlx5/mlx5_flow_dv.c | 232 +++++++++++++++++++++++++++++++++++-- drivers/net/mlx5/mlx5_flow_verbs.c | 14 +-- drivers/net/mlx5/mlx5_glue.c | 98 ++++++++++++++++ drivers/net/mlx5/mlx5_glue.h | 19 +++ drivers/net/mlx5/mlx5_prm.h | 71 ++++++++++++ 11 files changed, 576 insertions(+), 22 deletions(-) create mode 100644 drivers/net/mlx5/mlx5_devx_cmds.c -- 1.8.3.1