patch 'test/crypto: fix driver name for DPAA raw API test' has been queued to stable release 21.11.2

Kevin Traynor ktraynor at redhat.com
Thu Jun 9 13:36:03 CEST 2022


Hi,

FYI, your patch has been queued to stable release 21.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 06/13/22. 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/db0adcbebe5c0fb4ab257d2c5d5db02810248ea7

Thanks.

Kevin

---
>From db0adcbebe5c0fb4ab257d2c5d5db02810248ea7 Mon Sep 17 00:00:00 2001
From: Gagandeep Singh <g.singh at nxp.com>
Date: Fri, 20 May 2022 09:51:01 +0530
Subject: [PATCH] test/crypto: fix driver name for DPAA raw API test

[ upstream commit 97ed177930d76d85d4f111dc5a104568abafb88b ]

PMD name for DPAA raw buffer crypto driver test cases is
updated with correct name.

Fixes: cd8166c28cd1 ("test/crypto: add raw API test for dpaax")

Signed-off-by: Gagandeep Singh <g.singh at nxp.com>
Acked-by: Akhil Goyal <gakhil at marvell.com>
---
 app/test/test_cryptodev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index 7a1c649757..553c52e0dd 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -15698,5 +15698,5 @@ static int
 test_cryptodev_dpaa_sec_raw_api(void)
 {
-	static const char *pmd_name = RTE_STR(CRYPTODEV_NAME_DPAA2_SEC_PMD);
+	static const char *pmd_name = RTE_STR(CRYPTODEV_NAME_DPAA_SEC_PMD);
 	int ret;
 
-- 
2.34.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-06-09 12:34:30.149559652 +0100
+++ 0016-test-crypto-fix-driver-name-for-DPAA-raw-API-test.patch	2022-06-09 12:34:29.650980479 +0100
@@ -1 +1 @@
-From 97ed177930d76d85d4f111dc5a104568abafb88b Mon Sep 17 00:00:00 2001
+From db0adcbebe5c0fb4ab257d2c5d5db02810248ea7 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 97ed177930d76d85d4f111dc5a104568abafb88b ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 4ffaadc008..7c5d55368b 100644
+index 7a1c649757..553c52e0dd 100644
@@ -22 +23 @@
-@@ -16589,5 +16589,5 @@ static int
+@@ -15698,5 +15698,5 @@ static int



More information about the stable mailing list