Re: [dpdk-dev] [PATCH v2 0/6] test: refactor crypto unit test framework

2021-04-05 Thread Ruifeng Wang
> -Original Message- > From: Ciara Power > Sent: Friday, April 2, 2021 10:24 PM > To: dev@dpdk.org > Cc: declan.dohe...@intel.com; gak...@marvell.com; acon...@redhat.com; > hemant.agra...@nxp.com; ano...@marvell.com; Ruifeng Wang > ; asoma...@amd.com; Ajit Khaparde > (ajit.khapa...@broadco

[dpdk-dev] [PATCH v2 0/6] test: refactor crypto unit test framework

2021-04-02 Thread Ciara Power
v2: - Added macro in place of testcase/testsuite loops. - Added more detail in the summary output. - Moved testcase counts to the testsuite structure. - Flattened testsuite structure to remove union. - Added patch for fix of blockcipher test return value. - Squashed release note into la