patch 'crypto/ipsec_mb: fix function comment' has been queued to stable release 23.11.2

Xueming Li xuemingl at nvidia.com
Mon Aug 12 14:49:43 CEST 2024


Hi,

FYI, your patch has been queued to stable release 23.11.2

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/14/24. 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=23.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=9fef0db81be92257525c8877db9a13a5aaa31fa1

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 9fef0db81be92257525c8877db9a13a5aaa31fa1 Mon Sep 17 00:00:00 2001
From: Joel Kavanagh <joel.kavanagh at intel.com>
Date: Wed, 17 Jul 2024 15:49:05 +0000
Subject: [PATCH] crypto/ipsec_mb: fix function comment
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit 2615a7312153fac0bf2507248c28bc6e1b35289e ]

This patch fixes a typo in the log message for error allocation.
The typo incorrectly spelled 'allocating' as 'allocationg' in the
log message for error allocation.

Fixes: f9dfb59edbcc ("crypto/ipsec_mb: support remaining SGL")

Signed-off-by: Joel Kavanagh <joel.kavanagh at intel.com>
Acked-by: Brian Dooley <brian.dooley at intel.com>
---
 .mailmap                               | 1 +
 drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 38af1e8603..4a92c054fb 100644
--- a/.mailmap
+++ b/.mailmap
@@ -665,6 +665,7 @@ Jin Yu <jin.yu at intel.com>
 Jiri Slaby <jslaby at suse.cz>
 Job Abraham <job.abraham at intel.com>
 Jochen Behrens <jbehrens at vmware.com>
+Joel Kavanagh <joel.kavanagh at intel.com>
 Joey Xing <joey.xing at jaguarmicro.com>
 Johan Faltstrom <johan.faltstrom at netinsight.net>
 Johan Källström <johan.kallstrom at ericsson.com>
diff --git a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c
index 4de4866cf3..80de25c65b 100644
--- a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c
+++ b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c
@@ -1500,7 +1500,7 @@ aesni_mb_digest_appended_in_src(struct rte_crypto_op *op, IMB_JOB *job,
  *
  * @return
  * - 0 on success, the IMB_JOB will be filled
- * - -1 if invalid session or errors allocationg SGL linear buffer,
+ * - -1 if invalid session or errors allocating SGL linear buffer,
  *   IMB_JOB will not be filled
  */
 static inline int
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2024-08-12 20:44:05.868832932 +0800
+++ 0106-crypto-ipsec_mb-fix-function-comment.patch	2024-08-12 20:44:02.405069355 +0800
@@ -1 +1 @@
-From 2615a7312153fac0bf2507248c28bc6e1b35289e Mon Sep 17 00:00:00 2001
+From 9fef0db81be92257525c8877db9a13a5aaa31fa1 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 2615a7312153fac0bf2507248c28bc6e1b35289e ]
@@ -11 +13,0 @@
-Cc: stable at dpdk.org
@@ -21 +23 @@
-index 3f3f0442e5..a6088813cc 100644
+index 38af1e8603..4a92c054fb 100644
@@ -24 +26 @@
-@@ -685,6 +685,7 @@ Jin Yu <jin.yu at intel.com>
+@@ -665,6 +665,7 @@ Jin Yu <jin.yu at intel.com>
@@ -27 +29 @@
- Jochen Behrens <jochen.behrens at broadcom.com> <jbehrens at vmware.com>
+ Jochen Behrens <jbehrens at vmware.com>
@@ -33 +35 @@
-index d74946c180..ef4228bd38 100644
+index 4de4866cf3..80de25c65b 100644
@@ -36 +38 @@
-@@ -1534,7 +1534,7 @@ aesni_mb_digest_appended_in_src(struct rte_crypto_op *op, IMB_JOB *job,
+@@ -1500,7 +1500,7 @@ aesni_mb_digest_appended_in_src(struct rte_crypto_op *op, IMB_JOB *job,


More information about the stable mailing list