Hi, From: Dariusz Sosnowski <[email protected]> Sent: Wednesday, March 5, 2025 3:23 PM To: Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad; Erez Shitrit; Alex Vesker Cc: [email protected]; [email protected] Subject: [PATCH] net/mlx5/hws: fix incorrect DV FT type convert
From: Alex Vesker <[email protected]> When creating a root modify/reformat action it is created for a single specific table type, current code ignored this and used the first ft_type found in if, else. Also added missing translation for non-root FDB action root dest. Fixes: f8c8a6d8440d ("net/mlx5/hws: add action object") Cc: [email protected] Signed-off-by: Alex Vesker <[email protected]> Acked-by: Dariusz Sosnowski <[email protected]> Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

