patch 'dts: fix docstring in checksum suite' has been queued to stable release 24.11.4
    Kevin Traynor 
    ktraynor at redhat.com
       
    Fri Oct 31 15:34:12 CET 2025
    
    
  
Hi,
FYI, your patch has been queued to stable release 24.11.4
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/05/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/39594634a724186931aa98ffe4b61c8ac5c51824
Thanks.
Kevin
---
>From 39594634a724186931aa98ffe4b61c8ac5c51824 Mon Sep 17 00:00:00 2001
From: Dean Marx <dmarx at iol.unh.edu>
Date: Thu, 7 Aug 2025 11:33:57 -0400
Subject: [PATCH] dts: fix docstring in checksum suite
[ upstream commit 7d2f2a87f9b921f8620dae629f3ae068d6818a4a ]
Current test suite docstring for checksum offload suite
says there are 6 test cases when it should say 7.
Fixes: 8c9a7471a0e6 ("dts: add checksum offload test suite")
Signed-off-by: Dean Marx <dmarx at iol.unh.edu>
Reviewed-by: Patrick Robb <probb at iol.unh.edu>
Reviewed-by: Luca Vizzarro <luca.vizzarro at arm.com>
---
 dts/tests/TestSuite_checksum_offload.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dts/tests/TestSuite_checksum_offload.py b/dts/tests/TestSuite_checksum_offload.py
index 1a933563b6..d4b8409ed3 100644
--- a/dts/tests/TestSuite_checksum_offload.py
+++ b/dts/tests/TestSuite_checksum_offload.py
@@ -38,5 +38,5 @@ class TestChecksumOffload(TestSuite):
     """Checksum offload test suite.
 
-    This suite consists of 6 test cases:
+    This suite consists of 7 test cases:
     1. Insert checksum on transmit packet
     2. Do not insert checksum on transmit packet
-- 
2.51.0
---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-10-31 13:53:56.125265609 +0000
+++ 0130-dts-fix-docstring-in-checksum-suite.patch	2025-10-31 13:53:52.327009210 +0000
@@ -1 +1 @@
-From 7d2f2a87f9b921f8620dae629f3ae068d6818a4a Mon Sep 17 00:00:00 2001
+From 39594634a724186931aa98ffe4b61c8ac5c51824 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 7d2f2a87f9b921f8620dae629f3ae068d6818a4a ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index c9efdcaa1c..b03c3d46ed 100644
+index 1a933563b6..d4b8409ed3 100644
@@ -23 +24 @@
-@@ -37,5 +37,5 @@ class TestChecksumOffload(TestSuite):
+@@ -38,5 +38,5 @@ class TestChecksumOffload(TestSuite):
    
    
More information about the stable
mailing list