Re: [PATCH] net/mlx5: fix non-template API actions template validation

2024-10-28 Thread Raslan Darawsheh
Hi, From: Gregory Etelson 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

[PATCH] net/mlx5: fix non-template API actions template validation

2024-10-27 Thread Gregory Etelson
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: 04a