]> git.droids-corp.org - dpdk.git/commitdiff
test/crypto: fix driver name for DPAA raw API test
authorGagandeep Singh <g.singh@nxp.com>
Fri, 20 May 2022 04:21:01 +0000 (09:51 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 1 Jun 2022 14:26:35 +0000 (16:26 +0200)
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")
Cc: stable@dpdk.org
Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
app/test/test_cryptodev.c

index 4ffaadc008dc4f06d9275c5841d91fe98031651e..7c5d55368b9fb6ac5d26c655c6b5c87eeb141b76 100644 (file)
@@ -16588,7 +16588,7 @@ test_cryptodev_dpaa2_sec_raw_api(void)
 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;
 
        ret = require_feature_flag(pmd_name, RTE_CRYPTODEV_FF_SYM_RAW_DP,