From: Ashish Jain Date: Mon, 2 Apr 2018 15:33:14 +0000 (+0530) Subject: test/crypto: add macro for dpaa device name X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b0abcc69447ccbf2ee415c0ed3a09ad1484653a2;p=dpdk.git test/crypto: add macro for dpaa device name Fixes: b674d6d0381a ("test/crypto: add dpaa crypto test cases") Cc: stable@dpdk.org Signed-off-by: Ashish Jain Acked-by: Pablo de Lara --- diff --git a/test/test/test_cryptodev.h b/test/test/test_cryptodev.h index d45fb7ba2b..9a01403b26 100644 --- a/test/test/test_cryptodev.h +++ b/test/test/test_cryptodev.h @@ -58,6 +58,7 @@ #define CRYPTODEV_NAME_KASUMI_PMD crypto_kasumi #define CRYPTODEV_NAME_ZUC_PMD crypto_zuc #define CRYPTODEV_NAME_ARMV8_PMD crypto_armv8 +#define CRYPTODEV_NAME_DPAA_SEC_PMD crypto_dpaa_sec #define CRYPTODEV_NAME_DPAA2_SEC_PMD crypto_dpaa2_sec #define CRYPTODEV_NAME_SCHEDULER_PMD crypto_scheduler #define CRYPTODEV_NAME_MRVL_PMD crypto_mrvl