Hi, From: Gregory Etelson <getel...@nvidia.com> Sent: Tuesday, March 11, 2025 2:46 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 Subject: [PATCH] net/mlx5: fix mark flow action validation in FDB mode
The MARK flow action is supported in FDB SWS mode, but it was not supported in the early FDB HWS implementations. The current MARK flow action validation reflects the original HWS functionality. Recent MLX5 FW supports the MARK flow action in FDB mode. The patch clears the MARK action for both SWS FDB and HWS FDB. Cc: sta...@dpdk.org Fixes: d6dc072aeb12 ("net/mlx5: validate flow actions in table creation") 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