patch 'crypto/ipsec_mb: fix function comment' has been queued to stable release 22.11.6
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Wed Jul 24 13:32:40 CEST 2024
Hi,
FYI, your patch has been queued to stable release 22.11.6
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/26/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://github.com/bluca/dpdk-stable
This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/8e373a7f33beb4139c9460e33d8d222942e6fef1
Thanks.
Luca Boccassi
---
>From 8e373a7f33beb4139c9460e33d8d222942e6fef1 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
[ 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 | 3 ++-
drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.mailmap b/.mailmap
index 95826dac6c..9ee9365f8b 100644
--- a/.mailmap
+++ b/.mailmap
@@ -639,7 +639,8 @@ Jin Liu <jin.liu at corigine.com>
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>
+Jochen Behrens <jochen.behrens at broadcom.com> <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 02d419b587..46da01254b 100644
--- a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c
+++ b/drivers/crypto/ipsec_mb/pmd_aesni_mb.c
@@ -1249,7 +1249,7 @@ imb_lib_support_sgl_algo(IMB_CIPHER_MODE alg)
*
* @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.39.2
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-07-24 12:29:20.987858980 +0100
+++ 0002-crypto-ipsec_mb-fix-function-comment.patch 2024-07-24 12:29:20.631023314 +0100
@@ -1 +1 @@
-From 2615a7312153fac0bf2507248c28bc6e1b35289e Mon Sep 17 00:00:00 2001
+From 8e373a7f33beb4139c9460e33d8d222942e6fef1 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 2615a7312153fac0bf2507248c28bc6e1b35289e ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -16 +17 @@
- .mailmap | 1 +
+ .mailmap | 3 ++-
@@ -18 +19 @@
- 2 files changed, 2 insertions(+), 1 deletion(-)
+ 2 files changed, 3 insertions(+), 2 deletions(-)
@@ -21 +22 @@
-index 3f3f0442e5..a6088813cc 100644
+index 95826dac6c..9ee9365f8b 100644
@@ -24 +25,2 @@
-@@ -685,6 +685,7 @@ Jin Yu <jin.yu at intel.com>
+@@ -639,7 +639,8 @@ Jin Liu <jin.liu at corigine.com>
+ Jin Yu <jin.yu at intel.com>
@@ -27 +29,2 @@
- Jochen Behrens <jochen.behrens at broadcom.com> <jbehrens at vmware.com>
+-Jochen Behrens <jbehrens at vmware.com>
++Jochen Behrens <jochen.behrens at broadcom.com> <jbehrens at vmware.com>
@@ -33 +36 @@
-index d74946c180..ef4228bd38 100644
+index 02d419b587..46da01254b 100644
@@ -36 +39 @@
-@@ -1534,7 +1534,7 @@ aesni_mb_digest_appended_in_src(struct rte_crypto_op *op, IMB_JOB *job,
+@@ -1249,7 +1249,7 @@ imb_lib_support_sgl_algo(IMB_CIPHER_MODE alg)
More information about the stable
mailing list