Re: [dpdk-dev] [PATCH v3 3/7] test/crypto: refactor to use sub-testsuites

2021-04-30 Thread Doherty, Declan
On 23/04/2021 5:18 PM, Ciara Power wrote: The existing implementation runs a giant cryptodev testsuite for most autotests, which in turns runs one setup function regardless of device. This is now broken down into multiple testsuites, that are used as sub-testsuites. Each autotest runs a gener

[dpdk-dev] [PATCH v3 3/7] test/crypto: refactor to use sub-testsuites

2021-04-23 Thread Ciara Power
The existing implementation runs a giant cryptodev testsuite for most autotests, which in turns runs one setup function regardless of device. This is now broken down into multiple testsuites, that are used as sub-testsuites. Each autotest runs a general crypto parent test suite, to which the sub-t