Re: [dpdk-dev] [PATCH 0/1] Refactor crypto unit tests.

2019-12-12 Thread Akhil Goyal
Hi Adam, This patch doesn't apply on TOT. Could you please rebase or let us know if some dependent patch is there? Also, it would be nice if this patch can be broken into smaller patches, as it is blocked by patchworks due to its length and it would be easier to review it. Also, please add al

[dpdk-dev] [PATCH 0/1] Refactor crypto unit tests.

2019-12-11 Thread Adam Dybkowski
This patch is a first step to refactor the overly complex symmetric crypto unit tests. It merges many separate arrays of the tests for these PMDs: null, aesni_mb, aesni_gcm, openssl, qat, sw_snow3g, sw_kasumi, sw_zuc into one big array that's then used when running unit tests on these PMDs. Indivi