From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 282BF58D8 for ; Thu, 15 Sep 2016 16:46:35 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP; 15 Sep 2016 07:46:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,339,1470726000"; d="scan'208";a="9092070" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga005.jf.intel.com with ESMTP; 15 Sep 2016 07:46:20 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 15 Sep 2016 15:46:19 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.135]) by irsmsx155.ger.corp.intel.com ([169.254.14.109]) with mapi id 14.03.0248.002; Thu, 15 Sep 2016 15:46:19 +0100 From: "Trahe, Fiona" To: "Jain, Deepak K" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH v3 3/3] app/test: add Kasumi tests in QAT test suite Thread-Index: AQHSDzjDuKrlhbnsHUesEIuYqD7YGqB6oTUg Date: Thu, 15 Sep 2016 14:46:18 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435890B6E65@IRSMSX101.ger.corp.intel.com> References: <1472131419-89617-1-git-send-email-deepak.k.jain@intel.com> <1473933932-185890-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1473933932-185890-1-git-send-email-deepak.k.jain@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDMyZDcyYzctNzQ3MC00MmUxLWI3ZWMtMTAzYTUwODQ1YTZhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ilk3bGZQZHpNbVhRKzAwekxWcVNlYXdMTkZZMmdTNWFEWldpQW1hd1FSa2M9In0= x-ctpclassification: CTP_IC 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 v3 3/3] app/test: add Kasumi tests in 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: Thu, 15 Sep 2016 14:46:35 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Deepak Kumar Jain > Sent: Thursday, September 15, 2016 11:06 AM > To: dev@dpdk.org > Cc: Jain, Deepak K > Subject: [dpdk-dev] [PATCH v3 3/3] app/test: add Kasumi tests in QAT test > suite >=20 > This patch adds Kausmi tests in the QAT tesuite. >=20 > Signed-off-by: Deepak Kumar Jain Acked-by: Fiona Trahe