patch 'test/crypto: fix EdDSA vector description' has been queued to stable release 24.11.3

Kevin Traynor ktraynor at redhat.com
Fri Jul 18 21:31:01 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/7edd6f239e149533e7442363bc7ffcbe645ba4e8

Thanks.

Kevin

---
>From 7edd6f239e149533e7442363bc7ffcbe645ba4e8 Mon Sep 17 00:00:00 2001
From: Sucharitha Sarananaga <ssarananaga at marvell.com>
Date: Mon, 16 Jun 2025 06:33:50 +0000
Subject: [PATCH] test/crypto: fix EdDSA vector description

[ upstream commit 9f45766699f0dc066ee4dc5908a9c9e8bdc46e8c ]

Changed the message parameter from 1 to 3 in the EdDSA 25519PH test
vector description.

Fixes: 2fba5232e77e ("test/crypto: add asymmetric EdDSA cases")

Signed-off-by: Sucharitha Sarananaga <ssarananaga at marvell.com>
---
 app/test/test_cryptodev_eddsa_test_vectors.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_cryptodev_eddsa_test_vectors.h b/app/test/test_cryptodev_eddsa_test_vectors.h
index 047b667640..cb04f96834 100644
--- a/app/test/test_cryptodev_eddsa_test_vectors.h
+++ b/app/test/test_cryptodev_eddsa_test_vectors.h
@@ -341,5 +341,5 @@ crypto_testsuite_eddsa_params eddsa_test_params[] = {
 },
 {
-	.description = "EdDSA 25519PH (msg=1, ph=1)",
+	.description = "EdDSA 25519PH (msg=3, ph=1)",
 	.pkey = {
 		.data = {
-- 
2.50.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-07-18 20:29:15.464640540 +0100
+++ 0127-test-crypto-fix-EdDSA-vector-description.patch	2025-07-18 20:29:11.075907775 +0100
@@ -1 +1 @@
-From 9f45766699f0dc066ee4dc5908a9c9e8bdc46e8c Mon Sep 17 00:00:00 2001
+From 7edd6f239e149533e7442363bc7ffcbe645ba4e8 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 9f45766699f0dc066ee4dc5908a9c9e8bdc46e8c ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list