From: Ashish Jain <[email protected]> Fixes: b674d6d0381a ("test/crypto: add dpaa crypto test cases") Cc: [email protected]
Signed-off-by: Ashish Jain <[email protected]> Acked-by: Pablo de Lara <[email protected]> --- test/test/test_cryptodev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test/test_cryptodev.h b/test/test/test_cryptodev.h index 8cdc087..b74f3a1 100644 --- a/test/test/test_cryptodev.h +++ b/test/test/test_cryptodev.h @@ -59,6 +59,7 @@ #define CRYPTODEV_NAME_ZUC_PMD crypto_zuc #define CRYPTODEV_NAME_ARMV8_PMD crypto_armv8 #define CRYPTODEV_NAME_DPAA2_SEC_PMD crypto_dpaa2_sec +#define CRYPTODEV_NAME_DPAA_SEC_PMD crypto_dpaa_sec #define CRYPTODEV_NAME_SCHEDULER_PMD crypto_scheduler #define CRYPTODEV_NAME_MRVL_PMD crypto_mrvl -- 2.7.4

