<div dir="ltr"><span style="font-family:monospace"><span style="color:rgb(0,0,0)">On some kernels (Debian 6.6, 6.9 and 6.10 tested),
</span><br>there is a missing option for "TC recirculation"
<br>that prevents MLX5 driver to include CONFIG_MLX5_CLS_ACT
<br>in the compilation, thus preventing PF1
<br>from properly working in multiport-eswitch mode.
<br>
<br>Signed-off-by: Jaromír Smrček <<a href="mailto:4plague@gmail.com">4plague@gmail.com</a>>
<br>---
<br> doc/guides/nics/mlx5.rst | 2 +-
<br> 1 file changed, 1 insertion(+), 1 deletion(-)
<br>
<br>diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
<br>index 30c40f767b..5e327be673 100644
<br>--- a/doc/guides/nics/mlx5.rst
<br>+++ b/doc/guides/nics/mlx5.rst
<br>@@ -1713,7 +1713,7 @@ Supported HCAs:
<br> <br> Supported mlx5 kernel modules versions:
<br> <br>-- Upstream Linux - from version 6.3.
<br>+- Upstream Linux - from version 6.3. with CONFIG_NET_TC_SKB_EXT enabled
<br> - Modules packaged in MLNX_OFED - from version v23.04-0.5.3.3.
<br> <br> Configuration
<br>-- <br>2.39.2<br>
<br></span></div>