Re: [dpdk-dev] [PATCH] crypto test: add integrity check for mbuf data

2017-01-10 Thread De Lara Guarch, Pablo
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Monday, January 09, 2017 3:23 PM > To: Trahe, Fiona; dev@dpdk.org > Cc: Griffin, John; Jain, Deepak K; De Lara Guarch, Pablo; Trahe, Fiona > Subject: RE: [dpdk-dev] [PATCH] crypto test: add integrity che

Re: [dpdk-dev] [PATCH] crypto test: add integrity check for mbuf data

2017-01-09 Thread Kusztal, ArkadiuszX
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fiona Trahe > Sent: Thursday, December 22, 2016 4:51 PM > To: dev@dpdk.org > Cc: Griffin, John ; Jain, Deepak K > ; De Lara Guarch, Pablo > ; Trahe, Fiona > Subject: [dpdk-dev] [PATCH] cr

[dpdk-dev] [PATCH] crypto test: add integrity check for mbuf data

2016-12-22 Thread Fiona Trahe
In block cipher test cases, add checks that the source and destination mbufs are not modified except where expected. Signed-off-by: Fiona Trahe --- app/test/test_cryptodev_blockcipher.c | 139 -- 1 file changed, 134 insertions(+), 5 deletions(-) diff --git a/app/