Skip to content

Commit

Permalink
test/crypto: fix driver name for DPAA raw API test
Browse files Browse the repository at this point in the history
PMD name for DPAA raw buffer crypto driver test cases is
updated with correct name.

Fixes: cd8166c ("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>
  • Loading branch information
Gagandeep Singh authored and Akhil Goyal committed Jun 1, 2022
1 parent 76fbba2 commit 97ed177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/test_cryptodev.c
Expand Up @@ -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,
Expand Down

0 comments on commit 97ed177

Please sign in to comment.