patch 'doc: add kernel options required for mlx5' has been queued to stable release 24.11.3

Kevin Traynor ktraynor at redhat.com
Fri Jul 18 21:31:43 CEST 2025


Hi,

FYI, your patch has been queued to stable release 24.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/23/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/18205cff93d374981b60976d0abba9f49207f24a

Thanks.

Kevin

---
>From 18205cff93d374981b60976d0abba9f49207f24a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jarom=C3=ADr=20Smr=C4=8Dek?= <4plague at gmail.com>
Date: Tue, 10 Jun 2025 10:02:43 +0300
Subject: [PATCH] doc: add kernel options required for mlx5
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[ upstream commit 3101799fce0016061ff7aa9c3c2ad7155aff1073 ]

On some kernels (Debian 6.6, 6.9 and 6.10 tested),
there is a missing option for "TC recirculation"
that prevents MLX5 driver to include CONFIG_MLX5_CLS_ACT
in the compilation, thus preventing PF1
from properly working in multiport-eswitch mode.

Fixes: 11c73de9ef63 ("net/mlx5: probe multi-port E-Switch device")

Signed-off-by: Jaromír Smrček <4plague at gmail.com>
Acked-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
---
 .mailmap                 | 1 +
 doc/guides/nics/mlx5.rst | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 4b8a6fc21d..0406784341 100644
--- a/.mailmap
+++ b/.mailmap
@@ -642,4 +642,5 @@ Jan Sokolowski <jan.sokolowski at intel.com>
 Jan Viktorin <viktorin at cesnet.cz> <viktorin at rehivetech.com>
 Jan Wickbom <jan.wickbom at ericsson.com>
+Jaromír Smrček <4plague at gmail.com>
 Jaroslaw Gawin <jaroslawx.gawin at intel.com>
 Jaroslaw Ilgiewicz <jaroslaw.ilgiewicz at intel.com>
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 896f9a0027..a826214e9f 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1723,5 +1723,5 @@ Supported HCAs:
 Supported mlx5 kernel modules versions:
 
-- Upstream Linux - from version 6.3.
+- Upstream Linux - from version 6.3 with CONFIG_NET_TC_SKB_EXT and CONFIG_MLX5_CLS_ACT enabled.
 - Modules packaged in MLNX_OFED - from version v23.04-0.5.3.3.
 
-- 
2.50.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-07-18 20:29:16.884330510 +0100
+++ 0169-doc-add-kernel-options-required-for-mlx5.patch	2025-07-18 20:29:11.181908100 +0100
@@ -1 +1 @@
-From 3101799fce0016061ff7aa9c3c2ad7155aff1073 Mon Sep 17 00:00:00 2001
+From 18205cff93d374981b60976d0abba9f49207f24a Mon Sep 17 00:00:00 2001
@@ -8,0 +9,2 @@
+[ upstream commit 3101799fce0016061ff7aa9c3c2ad7155aff1073 ]
+
@@ -16 +17,0 @@
-Cc: stable at dpdk.org
@@ -26 +27 @@
-index 3dec1492aa..8483d96ec5 100644
+index 4b8a6fc21d..0406784341 100644
@@ -29,3 +30,3 @@
-@@ -646,4 +646,5 @@ Jan Wickbom <jan.wickbom at ericsson.com>
- Jananee Parthasarathy <jananeex.m.parthasarathy at intel.com>
- Janardhanan Arumugam <janardhanan.arumugam at intel.com>
+@@ -642,4 +642,5 @@ Jan Sokolowski <jan.sokolowski at intel.com>
+ Jan Viktorin <viktorin at cesnet.cz> <viktorin at rehivetech.com>
+ Jan Wickbom <jan.wickbom at ericsson.com>
@@ -36 +37 @@
-index 9957802d44..c1dcb9ca68 100644
+index 896f9a0027..a826214e9f 100644
@@ -39 +40 @@
-@@ -1762,5 +1762,5 @@ Supported HCAs:
+@@ -1723,5 +1723,5 @@ Supported HCAs:



More information about the stable mailing list