patch 'dts: fix doc for RSS test suite' has been queued to stable release 25.11.1

Kevin Traynor ktraynor at redhat.com
Thu Feb 26 14:10:36 CET 2026


Hi,

FYI, your patch has been queued to stable release 25.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/02/26. 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/9ec0f47091580b202ba0a1d6baf1c41f6c0562a7

Thanks.

Kevin

---
>From 9ec0f47091580b202ba0a1d6baf1c41f6c0562a7 Mon Sep 17 00:00:00 2001
From: Andrew Bailey <abailey at iol.unh.edu>
Date: Wed, 17 Dec 2025 13:46:37 -0500
Subject: [PATCH] dts: fix doc for RSS test suite

[ upstream commit 92bc9f05375c8c1c0b91fdefacb583b854cbb802 ]

The RSS test suite was added to DTS without an RST file. This patch adds
the missing RST file to the doc directory.

Bugzilla ID: 1850
Fixes: 367e950f6d24 ("dts: add RSS test suite")

Signed-off-by: Andrew Bailey <abailey at iol.unh.edu>
Reviewed-by: Patrick Robb <probb at iol.unh.edu>
---
 doc/api/dts/tests.TestSuite_pmd_rss.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 doc/api/dts/tests.TestSuite_pmd_rss.rst

diff --git a/doc/api/dts/tests.TestSuite_pmd_rss.rst b/doc/api/dts/tests.TestSuite_pmd_rss.rst
new file mode 100644
index 0000000000..942fa5ebdc
--- /dev/null
+++ b/doc/api/dts/tests.TestSuite_pmd_rss.rst
@@ -0,0 +1,8 @@
+.. SPDX-License-Identifier: BSD-3-Clause
+
+pmd_rss Test Suite
+==================
+
+.. automodule:: tests.TestSuite_pmd_rss
+   :members:
+   :show-inheritance:
-- 
2.53.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-02-26 10:16:53.020042677 +0000
+++ 0154-dts-fix-doc-for-RSS-test-suite.patch	2026-02-26 10:16:47.224767970 +0000
@@ -1 +1 @@
-From 92bc9f05375c8c1c0b91fdefacb583b854cbb802 Mon Sep 17 00:00:00 2001
+From 9ec0f47091580b202ba0a1d6baf1c41f6c0562a7 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 92bc9f05375c8c1c0b91fdefacb583b854cbb802 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list