Re: [PATCH] net/mlx5: fix flow discover IPv6 traffic class support issue

2024-06-03 Thread Raslan Darawsheh
Hi, From: Minggang(Gavin) Li 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

[PATCH] net/mlx5: fix flow discover IPv6 traffic class support issue

2024-05-29 Thread Gavin Li
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 re