Hi, From: Gregory Etelson <getel...@nvidia.com> Sent: Sunday, October 27, 2024 4:36 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; sta...@dpdk.org; Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad; Michael Baum Subject: [PATCH] net/mlx5: fix non-template API actions template validation
HWS actions template validation checks actions parameters in actions masks. Non-template API does not have actions masks. Actions templates in the non-template API are artificial and created internally by the PMD. The patch removes HWS actions template validation in non-template setup. Fixes: 04a4de756e14 ("net/mlx5: support flow age action with HWS") Cc: sta...@dpdk.org Signed-off-by: Gregory Etelson <getel...@nvidia.com> Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com> Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh