From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH] crypto test: add integrity check for mbuf data Date: Tue, 10 Jan 2017 13:53:46 +0000 Message-ID: References: <1482425467-27415-1-git-send-email-fiona.trahe@intel.com> <80307F746F1522479831AB1253B7024E72157A@IRSMSX102.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Griffin, John" , "Jain, Deepak K" , "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "Trahe, Fiona" , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8E00E28F3 for ; Tue, 10 Jan 2017 14:53:49 +0100 (CET) In-Reply-To: <80307F746F1522479831AB1253B7024E72157A@IRSMSX102.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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 check for mbuf > data >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@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] crypto test: add integrity check for mbuf > data > > > > 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(-) > > > > -- > > 2.5.0 >=20 > Acked-by: Arek Kusztal Applied to dpdk-next-crypto. Thanks, Pablo