Re: [dpdk-dev] [PATCH v4 2/2] test/crypto: add GMAC SGL tests

2020-10-12 Thread De Lara Guarch, Pablo
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Friday, October 9, 2020 7:36 PM > To: De Lara Guarch, Pablo ; Doherty, Declan > > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v4 2/2] test/crypto: add GMAC SGL tests > > Hi Pablo, > > >

Re: [dpdk-dev] [PATCH v4 2/2] test/crypto: add GMAC SGL tests

2020-10-09 Thread Akhil Goyal
Hi Pablo, > Hi Akhil, > > > > diff --git a/app/test/test_cryptodev.h b/app/test/test_cryptodev.h > > > index 41542e055..57003733b 100644 > > > --- a/app/test/test_cryptodev.h > > > +++ b/app/test/test_cryptodev.h > > > @@ -17,9 +17,9 @@ > > > #define DEFAULT_NUM_QPS_PER_QAT_DEVICE (2) > > > #d

Re: [dpdk-dev] [PATCH v4 2/2] test/crypto: add GMAC SGL tests

2020-10-09 Thread De Lara Guarch, Pablo
Hi Akhil, > -Original Message- > From: dev On Behalf Of Akhil Goyal > Sent: Friday, October 9, 2020 3:10 PM > To: De Lara Guarch, Pablo ; Doherty, Declan > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 2/2] test/crypto: add GMAC SGL tests > > Hi Pab

Re: [dpdk-dev] [PATCH v4 2/2] test/crypto: add GMAC SGL tests

2020-10-09 Thread Akhil Goyal
Hi Pablo, > diff --git a/app/test/test_cryptodev.h b/app/test/test_cryptodev.h > index 41542e055..57003733b 100644 > --- a/app/test/test_cryptodev.h > +++ b/app/test/test_cryptodev.h > @@ -17,9 +17,9 @@ > #define DEFAULT_NUM_QPS_PER_QAT_DEVICE (2) > #define DEFAULT_BURST_SIZE (64)

[dpdk-dev] [PATCH v4 2/2] test/crypto: add GMAC SGL tests

2020-10-09 Thread Pablo de Lara
Add Scatter-Gather List tests for AES-GMAC. Signed-off-by: Pablo de Lara --- This patchset depends on series http://patches.dpdk.org/project/dpdk/list/?series=12819 Changes: - v4: Rebased on top of crypto subtree - v3: Fixed checkpatch issues - v2: Modified segment size to make reduce maxim