patch 'dts: fix doc for QinQ test suite' has been queued to stable release 25.11.1
Kevin Traynor
ktraynor at redhat.com
Thu Feb 26 14:10:37 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/f3c67cd4eb80cb825d595de5ed060d6c7def3314
Thanks.
Kevin
---
>From f3c67cd4eb80cb825d595de5ed060d6c7def3314 Mon Sep 17 00:00:00 2001
From: Andrew Bailey <abailey at iol.unh.edu>
Date: Thu, 29 Jan 2026 14:13:03 -0500
Subject: [PATCH] dts: fix doc for QinQ test suite
[ upstream commit 018fe03128e0dccf8466c5c8384ab1f5823a1d34 ]
The QinQ test suite was added to DTS without an RST file. This patch
adds the missing RST file in the doc/api/dts directory. After adding
the RST file, the docs failed to build due to indents in the test
suite docstring. These indents were removed to resolve this issue.
Bugzilla ID: 1874
Fixes: 4f69c54bbb2b ("dts: add QinQ 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_qinq.rst | 8 ++++++++
dts/tests/TestSuite_qinq.py | 5 +++--
2 files changed, 11 insertions(+), 2 deletions(-)
create mode 100644 doc/api/dts/tests.TestSuite_qinq.rst
diff --git a/doc/api/dts/tests.TestSuite_qinq.rst b/doc/api/dts/tests.TestSuite_qinq.rst
new file mode 100644
index 0000000000..cbd275073a
--- /dev/null
+++ b/doc/api/dts/tests.TestSuite_qinq.rst
@@ -0,0 +1,8 @@
+.. SPDX-License-Identifier: BSD-3-Clause
+
+qinq Test Suite
+===============
+
+.. automodule:: tests.TestSuite_qinq
+ :members:
+ :show-inheritance:
diff --git a/dts/tests/TestSuite_qinq.py b/dts/tests/TestSuite_qinq.py
index bb385a0d91..505d71dbc8 100644
--- a/dts/tests/TestSuite_qinq.py
+++ b/dts/tests/TestSuite_qinq.py
@@ -27,8 +27,9 @@ class TestQinq(TestSuite):
This suite consists of 2 test cases:
+
1. QinQ Forwarding: Send a QinQ packet and verify the received packet contains
- both QinQ/VLAN layers.
+ both QinQ/VLAN layers.
2. QinQ Strip: Enable VLAN/QinQ stripping and verify sent packets are received with the
- expected VLAN/QinQ layers.
+ expected VLAN/QinQ layers.
"""
--
2.53.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-02-26 10:16:53.059145674 +0000
+++ 0155-dts-fix-doc-for-QinQ-test-suite.patch 2026-02-26 10:16:47.225286373 +0000
@@ -1 +1 @@
-From 018fe03128e0dccf8466c5c8384ab1f5823a1d34 Mon Sep 17 00:00:00 2001
+From f3c67cd4eb80cb825d595de5ed060d6c7def3314 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 018fe03128e0dccf8466c5c8384ab1f5823a1d34 ]
+
@@ -13 +14,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list