RE: [EXTERNAL] [PATCH] app/test: refactor cryptodev test cases

2024-10-01 Thread Akhil Goyal
> This commit introduces several changes to the cryptodev > test cases that should make it easier to maintain. > > Changes included in this patch: > - If not needed by the specific test case, the device should be > started/stopped in the particular testsuite setup/teardown > function. > - Most of

[PATCH] app/test: refactor cryptodev test cases

2024-09-25 Thread Arkadiusz Kusztal
This commit introduces several changes to the cryptodev test cases that should make it easier to maintain. Changes included in this patch: - If not needed by the specific test case, the device should be started/stopped in the particular testsuite setup/teardown function. - Most of the remaining te