> -----Original Message-----
> From: Akhil Goyal [mailto:akhil.go...@nxp.com]
> Sent: Thursday, August 24, 2017 1:01 AM
> To: dev@dpdk.org; De Lara Guarch, Pablo
> <pablo.de.lara.gua...@intel.com>
> Cc: Doherty, Declan <declan.dohe...@intel.com>; Mcnamara, John
> <john.mcnam...@intel.com>; hemant.agra...@nxp.com; Akhil Goyal
> <akhil.go...@nxp.com>
> Subject: [PATCH 3/4] test/crypto: add dpaa crypto test cases
> 
> Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com>
> Signed-off-by: Akhil Goyal <akhil.go...@nxp.com>

...

> +
> +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)  }

Reply via email to