[dpdk-dev] [PATCH 0/2] support single flow dump on MLX5 PMD

Raslan Darawsheh rasland at nvidia.com
Mon Apr 19 11:31:19 CEST 2021


Hi,

> -----Original Message-----
> From: Haifei Luo <haifeil at nvidia.com>
> Sent: Wednesday, April 14, 2021 10:23 AM
> To: ferruh.yigit at intel.com; Slava Ovsiienko <viacheslavo at nvidia.com>;
> Matan Azrad <matan at nvidia.com>; xiaoyun.li at intel.com; NBU-Contact-
> Thomas Monjalon <thomas at monjalon.net>; Ori Kam <orika at nvidia.com>
> Cc: dev at dpdk.org; Raslan Darawsheh <rasland at nvidia.com>;
> Xueming(Steven) Li <xuemingl at nvidia.com>; Haifei Luo
> <haifeil at nvidia.com>
> 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


More information about the dev mailing list