[dpdk-stable] patch 'test/crypto: fix typo in AES case' has been queued to stable release 20.11.3
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Mon Jul 12 15:05:12 CEST 2021
Hi,
FYI, your patch has been queued to stable release 20.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 07/14/21. 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/2a84dc352a47e94578a0a820cb4112c92815a85f
Thanks.
Luca Boccassi
---
>From 2a84dc352a47e94578a0a820cb4112c92815a85f Mon Sep 17 00:00:00 2001
From: Rebecca Troy <rebecca.troy at intel.com>
Date: Thu, 1 Jul 2021 09:22:38 +0000
Subject: [PATCH] test/crypto: fix typo in AES case
[ upstream commit 9d33cad1f6b34a21a17f5ed0a56a5fbc13429b81 ]
Fixed typo in the testcase description for AES in the crypto
unit test suite by changing the word 'Scater' to 'Scatter'.
Fixes: c9c9c4ed8746 ("app/test: check scatter-gather for crypto drivers")
Signed-off-by: Rebecca Troy <rebecca.troy at intel.com>
Acked-by: Ciara Power <ciara.power at intel.com>
---
app/test/test_cryptodev_aes_test_vectors.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test/test_cryptodev_aes_test_vectors.h b/app/test/test_cryptodev_aes_test_vectors.h
index c192d75a7e..bb5f09fa81 100644
--- a/app/test/test_cryptodev_aes_test_vectors.h
+++ b/app/test/test_cryptodev_aes_test_vectors.h
@@ -2650,7 +2650,7 @@ static const struct blockcipher_test_case aes_cipheronly_test_cases[] = {
.op_mask = BLOCKCIPHER_TEST_OP_ENCRYPT,
},
{
- .test_descr = "AES-192-CBC Encryption Scater gather",
+ .test_descr = "AES-192-CBC Encryption Scatter gather",
.test_data = &aes_test_data_10,
.op_mask = BLOCKCIPHER_TEST_OP_ENCRYPT,
.feature_mask = BLOCKCIPHER_TEST_FEATURE_SG |
--
2.30.2
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2021-07-12 13:41:40.655034226 +0100
+++ 0077-test-crypto-fix-typo-in-AES-case.patch 2021-07-12 13:41:36.674126443 +0100
@@ -1 +1 @@
-From 9d33cad1f6b34a21a17f5ed0a56a5fbc13429b81 Mon Sep 17 00:00:00 2001
+From 2a84dc352a47e94578a0a820cb4112c92815a85f Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 9d33cad1f6b34a21a17f5ed0a56a5fbc13429b81 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index ec53874d9f..e404050701 100644
+index c192d75a7e..bb5f09fa81 100644
@@ -22 +23 @@
-@@ -3223,7 +3223,7 @@ static const struct blockcipher_test_case aes_cipheronly_test_cases[] = {
+@@ -2650,7 +2650,7 @@ static const struct blockcipher_test_case aes_cipheronly_test_cases[] = {
More information about the stable
mailing list