Re: [dpdk-dev] [PATCH v5 0/2] Crypto test refactoring (first phase)

2020-04-19 Thread Akhil Goyal
> This patchset adds crypto capability checks > in the cryptodev test code, to be able to skip unsupported > test cases for each crypto device, according to their > capabilities. > > Thanks to this patchset, there is no more need to check > for internal PMD information in the test code, making it

[dpdk-dev] [PATCH v5 0/2] Crypto test refactoring (first phase)

2020-04-16 Thread Pablo de Lara
This patchset adds crypto capability checks in the cryptodev test code, to be able to skip unsupported test cases for each crypto device, according to their capabilities. Thanks to this patchset, there is no more need to check for internal PMD information in the test code, making it more "device-a