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
[ upstream commit 97ed177 ]

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")

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
  • Loading branch information
Gagandeep Singh authored and kevintraynor committed Jun 8, 2022
1 parent ef06b43 commit db0adcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/test_cryptodev.c
Expand Up @@ -15697,7 +15697,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 db0adcb

Please sign in to comment.