From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kusztal, ArkadiuszX" Subject: Re: [PATCH] crypto test: add integrity check for mbuf data Date: Mon, 9 Jan 2017 15:22:37 +0000 Message-ID: <80307F746F1522479831AB1253B7024E72157A@IRSMSX102.ger.corp.intel.com> References: <1482425467-27415-1-git-send-email-fiona.trahe@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Griffin, John" , "Jain, Deepak K" , "De Lara Guarch, Pablo" , "Trahe, Fiona" To: "Trahe, Fiona" , "dev@dpdk.org" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A79CF3277 for ; Mon, 9 Jan 2017 16:23:44 +0100 (CET) In-Reply-To: <1482425467-27415-1-git-send-email-fiona.trahe@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: 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 dat= a >=20 > In block cipher test cases, add checks that the source and destination mb= ufs > are not modified except where expected. >=20 > Signed-off-by: Fiona Trahe > --- > app/test/test_cryptodev_blockcipher.c | 139 > ++++++++++++++++++++++++++++++++-- > 1 file changed, 134 insertions(+), 5 deletions(-) >=20 > -- > 2.5.0 Acked-by: Arek Kusztal