[dpdk-dev] [PATCH v2 0/9] net/mlx5: add flex item support
Raslan Darawsheh
rasland at nvidia.com
Wed Nov 3 13:57:43 CET 2021
Hi,
> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Gregory Etelson
> Sent: Tuesday, November 2, 2021 10:54 AM
> To: dev at dpdk.org; Gregory Etelson <getelson at nvidia.com>; Slava Ovsiienko
> <viacheslavo at nvidia.com>
> Cc: Matan Azrad <matan at nvidia.com>
> Subject: [dpdk-dev] [PATCH v2 0/9] net/mlx5: add flex item support
>
> Gregory Etelson (4):
> common/mlx5: extend flex parser capabilities
> common/mlx5: fix flex parser DevX creation routine
> net/mlx5: add flex parser DevX object management
> net/mlx5: handle flex item in flows
>
> Viacheslav Ovsiienko (5):
> common/mlx5: refactor HCA attributes query
> net/mlx5: update eCPRI flex parser structures
> net/mlx5: add flex item API
> net/mlx5: translate flex item configuration
> net/mlx5: translate flex item pattern into matcher
>
> drivers/common/mlx5/mlx5_devx_cmds.c | 239 +++--
> drivers/common/mlx5/mlx5_devx_cmds.h | 65 +-
> drivers/common/mlx5/mlx5_prm.h | 50 +-
> drivers/net/mlx5/linux/mlx5_os.c | 14 +
> drivers/net/mlx5/meson.build | 1 +
> drivers/net/mlx5/mlx5.c | 15 +-
> drivers/net/mlx5/mlx5.h | 79 +-
> drivers/net/mlx5/mlx5_flow.c | 49 +
> drivers/net/mlx5/mlx5_flow.h | 27 +-
> drivers/net/mlx5/mlx5_flow_dv.c | 127 ++-
> drivers/net/mlx5/mlx5_flow_flex.c | 1373
> ++++++++++++++++++++++++++
> 11 files changed, 1913 insertions(+), 126 deletions(-) create mode 100644
> drivers/net/mlx5/mlx5_flow_flex.c
>
> --
> v2: rebase to updated master-net-mlx.
> --
> 2.33.1
Series applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list