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 AD7932BEA for ; Mon, 17 Oct 2016 20:30:45 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 17 Oct 2016 11:30:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,358,1473145200"; d="scan'208";a="773703669" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 17 Oct 2016 11:30:43 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 17 Oct 2016 19:30:39 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by irsmsx112.ger.corp.intel.com ([169.254.1.170]) with mapi id 14.03.0248.002; Mon, 17 Oct 2016 19:30:39 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" Thread-Topic: [PATCH] app/test: add tests with corrupted data for QAT test suite Thread-Index: AQHSJTkffLG+flttIEKzAmVuEXVJRKCnioMAgAV0ANA= Date: Mon, 17 Oct 2016 18:30:39 +0000 Message-ID: References: <1476353026-26531-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTBiZGM0YzAtYjJiNS00NWM4LWJkZTctY2EzNzM1N2M2MzhhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFUeW1acVEwcjhtS0RXTk5ER2pUSUcweklDUzNQSUJ2Y1o2dzZsMkxIVjQ9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test: add tests with corrupted data for QAT test suite X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 18:30:46 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Friday, October 14, 2016 1:14 AM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John > Subject: RE: [PATCH] app/test: add tests with corrupted data for QAT test > suite >=20 >=20 >=20 > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Thursday, October 13, 2016 11:04 AM > > To: dev@dpdk.org > > Cc: Trahe, Fiona ; Jain, Deepak K > > ; De Lara Guarch, Pablo > > ; Griffin, John ; > > Kusztal, ArkadiuszX > > Subject: [PATCH] app/test: add tests with corrupted data for QAT test s= uite > > > > This commit adds tests with corrupted data to the Intel QuickAssist > > Technology tests suite in test_cryptodev.c > > > > Signed-off-by: Arek Kusztal > > --- > > app/test/test_cryptodev.c | 14 ++++++++++++++ > > 1 file changed, 14 insertions(+) > > > > }; > > -- > > 2.1.0 > Acked-by: Deepak Kumar Jain Applied to dpdk-next-crypto. Thanks, Pablo