diff mbox series

[v3,1/8] test/crypto: add macro for dpaa sec device name

Message ID 1522683201-23963-2-git-send-email-hemant.agrawal@nxp.com
State New
Headers show
Series [v3,1/8] test/crypto: add macro for dpaa sec device name | expand

Commit Message

Hemant Agrawal April 2, 2018, 3:33 p.m. UTC
From: Ashish Jain <ashish.jain@nxp.com>


Fixes: b674d6d0381a ("test/crypto: add dpaa crypto test cases")
Cc: stable@dpdk.org

Signed-off-by: Ashish Jain <ashish.jain@nxp.com>

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

---
 test/test/test_cryptodev.h | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.4

Comments

De Lara Guarch, Pablo April 3, 2018, 9:34 a.m. UTC | #1
> -----Original Message-----

> From: Hemant Agrawal [mailto:hemant.agrawal@nxp.com]

> Sent: Monday, April 2, 2018 4:33 PM

> To: dev@dpdk.org

> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>;

> akhil.goyal@nxp.com; dpdk-up@NXP1.onmicrosoft.com

> Subject: [PATCH v3 1/8] test/crypto: add macro for dpaa sec device name

> 

> From: Ashish Jain <ashish.jain@nxp.com>

> 

> Fixes: b674d6d0381a ("test/crypto: add dpaa crypto test cases")

> Cc: stable@dpdk.org

> 

> Signed-off-by: Ashish Jain <ashish.jain@nxp.com>

> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>


Series applied to dpdk-next-crypto.
Thanks,

Pablo
diff mbox series

Patch

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