patch 'dts: fix docstring typo in dynamic queue suite' has been queued to stable release 25.11.1
Kevin Traynor
ktraynor at redhat.com
Thu Feb 26 14:10:23 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/43d4b02cbc1528c1a22ba70654114c677b72a113
Thanks.
Kevin
---
>From 43d4b02cbc1528c1a22ba70654114c677b72a113 Mon Sep 17 00:00:00 2001
From: Dean Marx <dmarx at iol.unh.edu>
Date: Thu, 22 Jan 2026 12:47:42 -0500
Subject: [PATCH] dts: fix docstring typo in dynamic queue suite
[ upstream commit f43377ae2069db5873c3ee0bb0476bcbab5fb6c1 ]
Add missing colons to the verify sections of the
dynamic queue test suite cases.
Fixes: ae9b7659fc77 ("dts: update test suites doc")
Signed-off-by: Dean Marx <dmarx at iol.unh.edu>
Reviewed-by: Patrick Robb <probb at iol.unh.edu>
---
dts/tests/TestSuite_dynamic_queue_conf.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dts/tests/TestSuite_dynamic_queue_conf.py b/dts/tests/TestSuite_dynamic_queue_conf.py
index 3ddfa31152..5ac85bee7d 100644
--- a/dts/tests/TestSuite_dynamic_queue_conf.py
+++ b/dts/tests/TestSuite_dynamic_queue_conf.py
@@ -288,5 +288,5 @@ class TestDynamicQueueConf(TestSuite):
* Send packets with different addresses and capture.
- Verify
+ Verify:
* Stopped queues don't handle traffic and doesn't block traffic on other queues.
"""
@@ -303,5 +303,5 @@ class TestDynamicQueueConf(TestSuite):
* Send packets with different addresses and capture.
- Verify
+ Verify:
* Ring size of port queues can be configured at runtime.
"""
@@ -318,5 +318,5 @@ class TestDynamicQueueConf(TestSuite):
* Send packets with different addresses and capture.
- Verify
+ Verify:
* Stopped queues don't handle traffic and doesn't block traffic on other queues.
"""
@@ -333,5 +333,5 @@ class TestDynamicQueueConf(TestSuite):
* Send packets with different addresses and capture.
- Verify
+ Verify:
* Ring size of port queues can be configured at runtime.
"""
--
2.53.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-02-26 10:16:52.536382649 +0000
+++ 0141-dts-fix-docstring-typo-in-dynamic-queue-suite.patch 2026-02-26 10:16:47.211460374 +0000
@@ -1 +1 @@
-From f43377ae2069db5873c3ee0bb0476bcbab5fb6c1 Mon Sep 17 00:00:00 2001
+From 43d4b02cbc1528c1a22ba70654114c677b72a113 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit f43377ae2069db5873c3ee0bb0476bcbab5fb6c1 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list