From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 09 Jan 2017 07:23:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="211278463" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga004.fm.intel.com with ESMTP; 09 Jan 2017 07:23:27 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.230]) by IRSMSX108.ger.corp.intel.com ([169.254.11.173]) with mapi id 14.03.0248.002; Mon, 9 Jan 2017 15:22:38 +0000 From: "Kusztal, ArkadiuszX" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "Griffin, John" , "Jain, Deepak K" , "De Lara Guarch, Pablo" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH] crypto test: add integrity check for mbuf data Thread-Index: AQHSXHOxvEBwSLiN0EixJjkGTmI7IqEwXt+Q 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> In-Reply-To: <1482425467-27415-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGZjMTFmZmUtZGJlZC00M2UyLWJhYzctZjA3ZjdiOWY0MTgwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InIwY3FVb0hZdHZOckxwWG9TMjBnbWtiNXZXK0E1WUs5dVZqQVwvNlBQTzFnPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto test: add integrity check for mbuf data X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 15:23:45 -0000 > -----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