Hi, From: Minggang(Gavin) Li <gav...@nvidia.com> Sent: Thursday, May 30, 2024 6:42 AM To: Matan Azrad; Slava Ovsiienko; Ori Kam; NBU-Contact-Thomas Monjalon (EXTERNAL); Dariusz Sosnowski; Suanming Mou Cc: dev@dpdk.org; Raslan Darawsheh; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix flow discover IPv6 traffic class support issue
ipv6_tc_fallback will be checked in calling mlx5_flow_discover_ipv6_tc_support. It should be set "supported" before checking so that the workaround to use old value would not be used. The corrected result could be gotten only in this case. Fixes: edc80bbfcf54 ("net/mlx5: store IPv6 TC detection result per physical device") Cc: sta...@dpdk.org Signed-off-by: Gavin Li <gav...@nvidia.com> Acked-by: Suanming Mou <suanmi...@nvidia.com> Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh