[dpdk-dev] [PATCH 3/4] test/crypto: add dpaa crypto test cases

Akhil Goyal akhil.goyal at nxp.com
Tue Oct 3 10:45:57 CEST 2017


On 9/18/2017 11:49 PM, De Lara Guarch, Pablo wrote:
> 
> 
>> -----Original Message-----
>> From: Akhil Goyal [mailto:akhil.goyal at nxp.com]
>> Sent: Thursday, August 24, 2017 1:01 AM
>> To: dev at dpdk.org; De Lara Guarch, Pablo
>> <pablo.de.lara.guarch at intel.com>
>> Cc: Doherty, Declan <declan.doherty at intel.com>; Mcnamara, John
>> <john.mcnamara at intel.com>; hemant.agrawal at nxp.com; Akhil Goyal
>> <akhil.goyal at nxp.com>
>> Subject: [PATCH 3/4] test/crypto: add dpaa crypto test cases
>>
>> Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
>> Signed-off-by: Akhil Goyal <akhil.goyal at 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)  }
> 
> 
Thanks I would send this patch separately.




More information about the dev mailing list