Re: [dpdk-dev] [PATCH v2 1/3] test/crypto: replace NITROX PMD specific test suite

2020-10-06 Thread Akhil Goyal
> Subject: [PATCH v2 1/3] test/crypto: replace NITROX PMD specific test suite > > Replace NITROX PMD specific tests with generic test suite. > > Signed-off-by: Nagadheeraj Rottela > --- Applied this patch to dpdk-next-crypto as is it unrelated to rest of the patches. Please fix compilation err

[dpdk-dev] [PATCH v2 1/3] test/crypto: replace NITROX PMD specific test suite

2020-09-24 Thread Nagadheeraj Rottela
Replace NITROX PMD specific tests with generic test suite. Signed-off-by: Nagadheeraj Rottela --- app/test/test_cryptodev.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index 70bf6fe2c..162134a5c 1006