mbox series

[v2,0/2] support single flow dump on MLX5 PMD

Message ID 1618390615-193593-1-git-send-email-haifeil@nvidia.com (mailing list archive)
Headers
Series support single flow dump on MLX5 PMD |

Message

Haifei Luo April 14, 2021, 8:56 a.m. UTC
  Dump information for all flows are supported and it is
useful to dump one flow.
Add single flow dump support on MLX5 PMD.
Modify API mlx5_flow_dev_dump to support.
Modify mlx5_socket since one extra arg flow_ptr is added.

Depends-on: series=16362  ("support single flow dump")
http://patchwork.dpdk.org/project/dpdk/list/?series=16362

V2: rebase to fix apply patch failure.

Haifei Luo (2):
  common/mlx5: add mlx5 APIs for single flow dump feature
  net/mlx5: add mlx5 APIs for single flow dump feature

 drivers/common/mlx5/linux/meson.build |  6 ++++--
 drivers/common/mlx5/linux/mlx5_glue.c | 13 +++++++++++++
 drivers/common/mlx5/linux/mlx5_glue.h |  1 +
 drivers/common/mlx5/mlx5_devx_cmds.c  | 14 ++++++++++++++
 drivers/common/mlx5/mlx5_devx_cmds.h  |  2 ++
 drivers/common/mlx5/version.map       |  1 +
 drivers/net/mlx5/linux/mlx5_socket.c  | 30 ++++++++++++++++++++++++------
 drivers/net/mlx5/mlx5_flow.c          | 30 ++++++++++++++++++++++++++++--
 8 files changed, 87 insertions(+), 10 deletions(-)