Re: [dpdk-dev] [PATCH v3 0/7] test: refactor crypto unit test framework

2021-05-05 Thread Hemant Agrawal
The issue was in dpaa2_sec driver, fix is submitted. Series Acked-by: Hemant Agrawal On 5/5/2021 4:11 PM, Hemant Agrawal wrote: Sorry for top posting. Akhil,     Will you please hold for a day on this patch? we are seeing few failures on dpaa2 with this patch, currently debugging them.

Re: [dpdk-dev] [PATCH v3 0/7] test: refactor crypto unit test framework

2021-05-05 Thread Hemant Agrawal
Sorry for top posting. Akhil,     Will you please hold for a day on this patch? we are seeing few failures on dpaa2 with this patch, currently debugging them. Regards, Hemant On 5/1/2021 2:30 AM, Doherty, Declan wrote: On 23/04/2021 5:18 PM, Ciara Power wrote: The current crypto unit t

Re: [dpdk-dev] [PATCH v3 0/7] test: refactor crypto unit test framework

2021-04-30 Thread Doherty, Declan
On 23/04/2021 5:18 PM, Ciara Power wrote: The current crypto unit test framework is not granular enough to accurately track unit test results. This is caused by one testcase in a suite actually running multiple testcases, but only returning one result. The approach taken in this patchset al

Re: [dpdk-dev] [PATCH v3 0/7] test: refactor crypto unit test framework

2021-04-25 Thread Ruifeng Wang
> -Original Message- > From: Ciara Power > Sent: Saturday, April 24, 2021 12:18 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; declan.dohe...@intel.com; gak...@marvell.com; > acon...@redhat.com; hemant.agra...@nxp.com; ano...@marvell.com; > Ruifeng Wang ; asoma...@amd.com; Ajit > Khapard

[dpdk-dev] [PATCH v3 0/7] test: refactor crypto unit test framework

2021-04-23 Thread Ciara Power
The current crypto unit test framework is not granular enough to accurately track unit test results. This is caused by one testcase in a suite actually running multiple testcases, but only returning one result. The approach taken in this patchset allows a test suite have a list of sub-testsuites,