Hi, > -----Original Message----- > From: Haifei Luo <[email protected]> > Sent: Wednesday, April 14, 2021 10:23 AM > To: [email protected]; Slava Ovsiienko <[email protected]>; > Matan Azrad <[email protected]>; [email protected]; NBU-Contact- > Thomas Monjalon <[email protected]>; Ori Kam <[email protected]> > Cc: [email protected]; Raslan Darawsheh <[email protected]>; > Xueming(Steven) Li <[email protected]>; Haifei Luo > <[email protected]> > Subject: [PATCH 0/2] support single flow dump on MLX5 PMD > > 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=16355 ("support single flow dump") > http://patchwork.dpdk.org/project/dpdk/list/?series=16355 > > 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(-) > > -- > 1.8.3.1
Series applied to next-net-mlx, Kindest regards, Raslan Darawsheh

