[dpdk-dev] [PATCH v3] test_cryptodev_perf: IV and digest should be stored at a DMAeble address

2016-10-13 Thread De Lara Guarch, Pablo
a > Subject: Re: [dpdk-dev] [PATCH v3] test_cryptodev_perf: IV and digest should > be stored at a DMAeble address > > > > > -Original Message- > > From: akhil.goyal at nxp.com [mailto:akhil.goyal at nxp.com] > > Sent: Wednesday, October 12, 2016 12:16

[dpdk-dev] [PATCH v3] test_cryptodev_perf: IV and digest should be stored at a DMAeble address

2016-10-12 Thread Trahe, Fiona
> -Original Message- > From: akhil.goyal at nxp.com [mailto:akhil.goyal at nxp.com] > Sent: Wednesday, October 12, 2016 12:16 PM > To: Kusztal, ArkadiuszX ; Doherty, Declan > > Cc: Griffin, John ; Trahe, Fiona > ; Jain, Deepak K ; > dev at dpdk.org; Akhil Goyal > Subject: [PATCH v3] tes

[dpdk-dev] [PATCH v3] test_cryptodev_perf: IV and digest should be stored at a DMAeble address

2016-10-12 Thread akhil.go...@nxp.com
From: Akhil Goyal For physical crypto devices, IV and digest are processed by the crypto device which need the contents to be written on some DMA able address. So in order to do that, IV and digest are accomodated in the packet. Signed-off-by: Akhil Goyal v2: patch rebased v3: fix broken compi