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

2020-01-20 Thread Akhil Goyal
Hi Adam, > > This patch set 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 te

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

2020-01-17 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Friday, January 17, 2020 2:47 PM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH v6 0/3] Refactor crypto unit tests. > > This patch set is a first step to refactor the overly complex

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

2020-01-17 Thread Adam Dybkowski
This patch set 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. In