patch 'test/crypto: fix allocation comment' has been queued to stable release 21.11.8
Kevin Traynor
ktraynor at redhat.com
Fri Aug 23 18:19:00 CEST 2024
Hi,
FYI, your patch has been queued to stable release 21.11.8
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/28/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/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/ccbf501111676bb5be56e8f43f0ed8758b535fa7
Thanks.
Kevin
---
>From ccbf501111676bb5be56e8f43f0ed8758b535fa7 Mon Sep 17 00:00:00 2001
From: Joel Kavanagh <joel.kavanagh at intel.com>
Date: Wed, 17 Jul 2024 15:49:06 +0000
Subject: [PATCH] test/crypto: fix allocation comment
[ upstream commit 8020502dde70cabc7f65219d8f8db762b03b0e41 ]
This patch fixes a typo in the `test_cryptodev.c` file where "out-op" was
incorrectly used instead of "out-of-place" on three separate occasions.
Fixes: f3dbf94be60c ("app/test: check SGL on QAT")
Fixes: 43220096d66a ("test/crypto: add PDCP cases for scatter gather")
Signed-off-by: Joel Kavanagh <joel.kavanagh at intel.com>
Acked-by: Akhil Goyal <gakhil at marvell.com>
---
app/test/test_cryptodev.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 0dd0b4450a..245d514761 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -8416,5 +8416,5 @@ static int test_pdcp_proto(int i, int oop, enum rte_crypto_cipher_operation opc,
if (oop) {
/*
- * For out-op-place we need to alloc another mbuf
+ * For out-of-place we need to alloc another mbuf
*/
ut_params->obuf = rte_pktmbuf_alloc(ts_params->mbuf_pool);
@@ -8618,5 +8618,5 @@ test_pdcp_proto_SGL(int i, int oop,
if (oop) {
/*
- * For out-op-place we need to alloc another mbuf
+ * For out-of-place we need to alloc another mbuf
*/
ut_params->obuf = rte_pktmbuf_alloc(ts_params->mbuf_pool);
@@ -13727,5 +13727,5 @@ test_authenticated_encryption_SGL(const struct aead_test_data *tdata,
/*
- * For out-op-place we need to alloc another mbuf
+ * For out-of-place we need to alloc another mbuf
*/
if (oop) {
--
2.46.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-08-23 17:18:12.992498167 +0100
+++ 0112-test-crypto-fix-allocation-comment.patch 2024-08-23 17:18:09.860430594 +0100
@@ -1 +1 @@
-From 8020502dde70cabc7f65219d8f8db762b03b0e41 Mon Sep 17 00:00:00 2001
+From ccbf501111676bb5be56e8f43f0ed8758b535fa7 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 8020502dde70cabc7f65219d8f8db762b03b0e41 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index 6042db36a4..c846b26ed1 100644
+index 0dd0b4450a..245d514761 100644
@@ -23 +24 @@
-@@ -9429,5 +9429,5 @@ static int test_pdcp_proto(int i, int oop, enum rte_crypto_cipher_operation opc,
+@@ -8416,5 +8416,5 @@ static int test_pdcp_proto(int i, int oop, enum rte_crypto_cipher_operation opc,
@@ -30 +31 @@
-@@ -9638,5 +9638,5 @@ test_pdcp_proto_SGL(int i, int oop,
+@@ -8618,5 +8618,5 @@ test_pdcp_proto_SGL(int i, int oop,
@@ -37 +38 @@
-@@ -16832,5 +16832,5 @@ test_authenticated_encryption_SGL(const struct aead_test_data *tdata,
+@@ -13727,5 +13727,5 @@ test_authenticated_encryption_SGL(const struct aead_test_data *tdata,
More information about the stable
mailing list