Re: [dpdk-dev] [PATCH v2 1/1] test/crypto: remove repeated test and enable on QAT

2020-01-27 Thread Akhil Goyal
> > > > Remove one AES GCM scatter-gather unit test repetition > > and enable this test on QAT (after a fix included in the commit > > b26ef1a11f21). > > > > Fixes: 157d0b11d204 ("test/crypto: add capability checks") > > Fixes: b26ef1a11f21 ("test/crypto: fix missing operation status check") > > >

Re: [dpdk-dev] [PATCH v2 1/1] test/crypto: remove repeated test and enable on QAT

2020-01-22 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Wednesday, January 22, 2020 2:42 PM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH v2 1/1] test/crypto: remove repeated test and enable on QAT > > Remove one AES GCM scatter-gather u

[dpdk-dev] [PATCH v2 1/1] test/crypto: remove repeated test and enable on QAT

2020-01-22 Thread Adam Dybkowski
Remove one AES GCM scatter-gather unit test repetition and enable this test on QAT (after a fix included in the commit b26ef1a11f21). Fixes: 157d0b11d204 ("test/crypto: add capability checks") Fixes: b26ef1a11f21 ("test/crypto: fix missing operation status check") Signed-off-by: Adam Dybkowski -