Hi, From: Gregory Etelson <getel...@nvidia.com> Sent: Sunday, June 2, 2024 9:00 AM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Dariusz Sosnowski Subject: [PATCH 0/2] validate actions in HWS table
Validate flow actions before creation of HWS template table. Gregory Etelson (2): net/mlx5: fix access to PMD template API net/mlx5: validate flow actions in table creation drivers/net/mlx5/mlx5.h | 13 + drivers/net/mlx5/mlx5_flow.c | 15 +- drivers/net/mlx5/mlx5_flow.h | 33 ++- drivers/net/mlx5/mlx5_flow_dv.c | 20 +- drivers/net/mlx5/mlx5_flow_hw.c | 453 +++++++++++++++++++++++++---- drivers/net/mlx5/mlx5_flow_verbs.c | 2 +- 6 files changed, 467 insertions(+), 69 deletions(-) Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com> Series applied to next-net-mlx, Kindest regards, Raslan Darawsheh