* [PATCH] cryptodev: update xform string array
@ 2026-04-30 12:05 Gowrishankar Muthukrishnan
2026-05-27 4:13 ` [v2] crypto: update asym xform strings array Gowrishankar Muthukrishnan
0 siblings, 1 reply; 3+ messages in thread
From: Gowrishankar Muthukrishnan @ 2026-04-30 12:05 UTC (permalink / raw)
To: dev, Akhil Goyal, Fan Zhang, Gowrishankar Muthukrishnan; +Cc: stable
Update xform string array for ML-KEM and ML-DSA algorithms.
Fixes: bd3745e29065 ("cryptodev: add PQC ML algorithms")
Cc: stable@dpdk.org
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
---
lib/cryptodev/rte_cryptodev.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/cryptodev/rte_cryptodev.c b/lib/cryptodev/rte_cryptodev.c
index 50071935c2..91f86c1590 100644
--- a/lib/cryptodev/rte_cryptodev.c
+++ b/lib/cryptodev/rte_cryptodev.c
@@ -216,6 +216,8 @@ crypto_asym_xform_strings[] = {
[RTE_CRYPTO_ASYM_XFORM_ECDSA] = "ecdsa",
[RTE_CRYPTO_ASYM_XFORM_ECPM] = "ecpm",
[RTE_CRYPTO_ASYM_XFORM_SM2] = "sm2",
+ [RTE_CRYPTO_ASYM_XFORM_ML_KEM] = "ml-kem",
+ [RTE_CRYPTO_ASYM_XFORM_ML_DSA] = "ml-dsa",
};
/**
--
2.37.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [v2] crypto: update asym xform strings array
2026-04-30 12:05 [PATCH] cryptodev: update xform string array Gowrishankar Muthukrishnan
@ 2026-05-27 4:13 ` Gowrishankar Muthukrishnan
2026-06-02 19:28 ` Akhil Goyal
0 siblings, 1 reply; 3+ messages in thread
From: Gowrishankar Muthukrishnan @ 2026-05-27 4:13 UTC (permalink / raw)
To: dev, Akhil Goyal, Fan Zhang, Gowrishankar Muthukrishnan; +Cc: stable
Update xform strings array for missing algorithms.
Fixes: bd3745e29065 ("cryptodev: add PQC ML algorithms")
Cc: stable@dpdk.org
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@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 50071935c2..53210e52d6 100644
--- a/lib/cryptodev/rte_cryptodev.c
+++ b/lib/cryptodev/rte_cryptodev.c
@@ -214,8 +214,13 @@ crypto_asym_xform_strings[] = {
[RTE_CRYPTO_ASYM_XFORM_DH] = "dh",
[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.37.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [v2] crypto: update asym xform strings array
2026-05-27 4:13 ` [v2] crypto: update asym xform strings array Gowrishankar Muthukrishnan
@ 2026-06-02 19:28 ` Akhil Goyal
0 siblings, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2026-06-02 19:28 UTC (permalink / raw)
To: Gowrishankar Muthukrishnan, dev@dpdk.org, Fan Zhang,
Gowrishankar Muthukrishnan
Cc: stable@dpdk.org
> -----Original Message-----
> From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
> Sent: Wednesday, May 27, 2026 9:43 AM
> To: dev@dpdk.org; Akhil Goyal <gakhil@marvell.com>; Fan Zhang
> <fanzhang.oss@gmail.com>; Gowrishankar Muthukrishnan
> <gmuthukrishn@marvell.com>
> Cc: stable@dpdk.org
> Subject: [v2] crypto: update asym xform strings array
>
> Update xform strings array for missing algorithms.
>
> Fixes: bd3745e29065 ("cryptodev: add PQC ML algorithms")
> Cc: stable@dpdk.org
>
> Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
Applied to dpdk-next-crypto
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-02 19:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 12:05 [PATCH] cryptodev: update xform string array Gowrishankar Muthukrishnan
2026-05-27 4:13 ` [v2] crypto: update asym xform strings array Gowrishankar Muthukrishnan
2026-06-02 19:28 ` Akhil Goyal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox