From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6BAD55938 for ; Fri, 14 Oct 2016 10:13:39 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP; 14 Oct 2016 01:13:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,491,1473145200"; d="scan'208";a="19488682" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga006.fm.intel.com with ESMTP; 14 Oct 2016 01:13:37 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.95]) by IRSMSX109.ger.corp.intel.com ([169.254.13.6]) with mapi id 14.03.0248.002; Fri, 14 Oct 2016 09:13:37 +0100 From: "Jain, Deepak K" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "De Lara Guarch, Pablo" , "Griffin, John" Thread-Topic: [PATCH] app/test: add tests with corrupted data for QAT test suite Thread-Index: AQHSJTkf1SfcHSEJ2EalulkjZNPbUqCnmqhA Date: Fri, 14 Oct 2016 08:13:36 +0000 Deferred-Delivery: Fri, 14 Oct 2016 08:12:57 +0000 Message-ID: References: <1476353026-26531-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1476353026-26531-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTBiZGM0YzAtYjJiNS00NWM4LWJkZTctY2EzNzM1N2M2MzhhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFUeW1acVEwcjhtS0RXTk5ER2pUSUcweklDUzNQSUJ2Y1o2dzZsMkxIVjQ9In0= x-originating-ip: [163.33.239.181] 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: Fri, 14 Oct 2016 08:13:39 -0000 > -----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 sui= te >=20 > This commit adds tests with corrupted data to the Intel QuickAssist > Technology tests suite in test_cryptodev.c >=20 > Signed-off-by: Arek Kusztal > --- > app/test/test_cryptodev.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) >=20 > }; > -- > 2.1.0 Acked-by: Deepak Kumar Jain