patch 'cryptodev: add missing asym xform names' has been queued to stable release 25.11.3
Kevin Traynor
ktraynor at redhat.com
Tue Jul 28 17:55:37 CEST 2026
Hi,
FYI, your patch has been queued to stable release 25.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 08/01/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/47169ad499a817c6012de26203edadbec1cbee9b
Thanks.
Kevin
---
>From 47169ad499a817c6012de26203edadbec1cbee9b Mon Sep 17 00:00:00 2001
From: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Date: Wed, 27 May 2026 09:43:08 +0530
Subject: [PATCH] cryptodev: add missing asym xform names
[ upstream commit 53639218e851508a1170340495bc97de65df3fef ]
Update xform strings array for missing algorithms.
Fixes: bd3745e29065 ("cryptodev: add PQC ML algorithms")
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Acked-by: Akhil Goyal <gakhil at marvell.com>
---
lib/cryptodev/rte_cryptodev.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/cryptodev/rte_cryptodev.c b/lib/cryptodev/rte_cryptodev.c
index 3784ce6b48..f6c081aa15 100644
--- a/lib/cryptodev/rte_cryptodev.c
+++ b/lib/cryptodev/rte_cryptodev.c
@@ -204,6 +204,11 @@ crypto_asym_xform_strings[] = {
[RTE_CRYPTO_ASYM_XFORM_DSA] = "dsa",
[RTE_CRYPTO_ASYM_XFORM_ECDSA] = "ecdsa",
+ [RTE_CRYPTO_ASYM_XFORM_ECDH] = "ecdh",
[RTE_CRYPTO_ASYM_XFORM_ECPM] = "ecpm",
+ [RTE_CRYPTO_ASYM_XFORM_ECFPM] = "ecfpm",
+ [RTE_CRYPTO_ASYM_XFORM_EDDSA] = "eddsa",
[RTE_CRYPTO_ASYM_XFORM_SM2] = "sm2",
+ [RTE_CRYPTO_ASYM_XFORM_ML_KEM] = "ml-kem",
+ [RTE_CRYPTO_ASYM_XFORM_ML_DSA] = "ml-dsa",
};
--
2.55.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-07-28 16:54:51.053113852 +0100
+++ 0007-cryptodev-add-missing-asym-xform-names.patch 2026-07-28 16:54:50.754852868 +0100
@@ -1 +1 @@
-From 53639218e851508a1170340495bc97de65df3fef Mon Sep 17 00:00:00 2001
+From 47169ad499a817c6012de26203edadbec1cbee9b Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 53639218e851508a1170340495bc97de65df3fef ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index 5cb9c93c77..829a5d0846 100644
+index 3784ce6b48..f6c081aa15 100644
@@ -21 +22 @@
-@@ -215,6 +215,11 @@ crypto_asym_xform_strings[] = {
+@@ -204,6 +204,11 @@ crypto_asym_xform_strings[] = {
More information about the stable
mailing list