> -----Original Message-----
> From: Akhil Goyal [mailto:[email protected]]
> Sent: Thursday, August 24, 2017 1:01 AM
> To: [email protected]; De Lara Guarch, Pablo
> <[email protected]>
> Cc: Doherty, Declan <[email protected]>; Mcnamara, John
> <[email protected]>; [email protected]; Akhil Goyal
> <[email protected]>
> Subject: [PATCH 3/4] test/crypto: add dpaa crypto test cases
>
> Signed-off-by: Hemant Agrawal <[email protected]>
> Signed-off-by: Akhil Goyal <[email protected]>
...
> +
> +static int
> test_AES_chain_dpaa2_sec_all(void)
> {
> struct crypto_testsuite_params *ts_params = &testsuite_params;
> @@ -1816,7 +1873,7 @@ test_authonly_dpaa2_sec_all(void)
> ts_params->session_mpool,
> ts_params->valid_devs[0],
> rte_cryptodev_driver_id_get(
> - RTE_STR(RTE_CRYPTODEV_DPAA2_SEC_PMD)),
> + RTE_STR(CRYPTODEV_NAME_DPAA2_SEC_PMD)),
This is a fix for DPAA2, so I would send a separate patch,
as this should go to stable as well.
> BLKCIPHER_AUTHONLY_TYPE);
>
> TEST_ASSERT_EQUAL(status, 0, "Test failed"); @@ -4691,6
> +4748,44 @@ test_DES_docsis_openssl_all(void) }