patch 'cryptodev: fix comments of modular operation parameters' has been queued to stable release 22.11.3
Xueming Li
xuemingl at nvidia.com
Thu Aug 10 01:48:13 CEST 2023
Hi,
FYI, your patch has been queued to stable release 22.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/11/23. 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://git.dpdk.org/dpdk-stable/log/?h=22.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=54182cce724df53526c32354988b12f7949ec77b
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 54182cce724df53526c32354988b12f7949ec77b Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas at monjalon.net>
Date: Wed, 14 Jun 2023 16:26:51 +0200
Subject: [PATCH] cryptodev: fix comments of modular operation parameters
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit f504f9722a22b90af708ce2e5dd6d360289bef90 ]
The Doxygen comments are made after the struct field,
but were missing the Doxygen syntax /**<.
Fixes: 518a974bfecc ("cryptodev: reorganize asymmetric structs")
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
lib/cryptodev/rte_crypto_asym.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/cryptodev/rte_crypto_asym.h b/lib/cryptodev/rte_crypto_asym.h
index 38c8b60779..70ef69b97b 100644
--- a/lib/cryptodev/rte_crypto_asym.h
+++ b/lib/cryptodev/rte_crypto_asym.h
@@ -388,9 +388,9 @@ struct rte_crypto_ec_xform {
*/
struct rte_crypto_mod_op_param {
rte_crypto_uint base;
- /** Base of modular exponentiation/multiplicative inverse */
+ /**< Base of modular exponentiation/multiplicative inverse. */
rte_crypto_uint result;
- /** Result of modular exponentiation/multiplicative inverse */
+ /**< Result of modular exponentiation/multiplicative inverse. */
};
/**
--
2.25.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2023-08-09 21:51:19.524265600 +0800
+++ 0051-cryptodev-fix-comments-of-modular-operation-paramete.patch 2023-08-09 21:51:18.194352000 +0800
@@ -1 +1 @@
-From f504f9722a22b90af708ce2e5dd6d360289bef90 Mon Sep 17 00:00:00 2001
+From 54182cce724df53526c32354988b12f7949ec77b Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit f504f9722a22b90af708ce2e5dd6d360289bef90 ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org
@@ -19 +21 @@
-index fc3f331393..8b5794fb7c 100644
+index 38c8b60779..70ef69b97b 100644
@@ -22 +24 @@
-@@ -395,9 +395,9 @@ struct rte_crypto_sm2_xform {
+@@ -388,9 +388,9 @@ struct rte_crypto_ec_xform {
More information about the stable
mailing list