Re: [dpdk-dev] [PATCH] test/crypto: added NULL algo tests to loop test mechanism

2019-06-25 Thread Akhil Goyal
> > Hi Akhil, > > > > > Hi Fiona, > > > > I believe this patch is for 19.08, we normally do not accept such changes in > RC4. > [Fiona] Yes, it's for 19.08. Sorry, I should probably have indicated this in > the > header. > > > Also the patch > > > http://patches.dpdk.org/patch/53117/ > > loo

Re: [dpdk-dev] [PATCH] test/crypto: added NULL algo tests to loop test mechanism

2019-04-30 Thread Trahe, Fiona
Hi Akhil, > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Tuesday, April 30, 2019 8:20 AM > To: Trahe, Fiona ; dev@dpdk.org > Cc: tho...@monjalon.net; Kusztal, ArkadiuszX ; > Iremonger, Bernard > ; ano...@marvell.com > Subject: RE: [PATCH] test/crypto: added

Re: [dpdk-dev] [PATCH] test/crypto: added NULL algo tests to loop test mechanism

2019-04-30 Thread Akhil Goyal
Hi Fiona, I believe this patch is for 19.08, we normally do not accept such changes in RC4. Also the patch http://patches.dpdk.org/patch/53117/ looks to be meaningful if this patch is accepted. Do you want we to apply the fix in driver in this release and add the test cases in the next release

[dpdk-dev] [PATCH] test/crypto: added NULL algo tests to loop test mechanism

2019-04-26 Thread Fiona Trahe
Added NULL algo tests into loop test mechanism used by block cipher tests as easier to extend there. Included chain, cipher-only and auth-only use-cases. Extended to cover out-of-place use-cases and use-cases where data length is not an 8-byte multiple. Signed-off-by: Fiona Trahe --- app/test/te