From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1CCD32C8 for ; Fri, 23 Dec 2016 14:18:13 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 23 Dec 2016 05:18:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,393,1477983600"; d="scan'208";a="22081374" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 23 Dec 2016 05:18:12 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.112]) by IRSMSX153.ger.corp.intel.com ([169.254.9.160]) with mapi id 14.03.0248.002; Fri, 23 Dec 2016 13:18:02 +0000 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Griffin, John" , "Jain, Deepak K" , "Trahe, Fiona" Thread-Topic: [PATCH v3 2/2] app/test: add SGL tests to cryptodev QAT suite Thread-Index: AQHSXRtDeY/4crrzkU6YclyVwpYZRaEVg30Q Date: Fri, 23 Dec 2016 13:18:01 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358915EAA4@IRSMSX101.ger.corp.intel.com> References: <1482497470-12513-1-git-send-email-arkadiuszx.kusztal@intel.com> <1482497470-12513-3-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1482497470-12513-3-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjBiZWI5NzUtYjg2MS00NzIzLTg2MGMtNzQyZDAzZTBiNjYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlF3dXptZXJNZk15cytjTzNJSlZNZHlGNFRTeG9lT1pQekZ3Vjl4TlUrV3M9In0= 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 v3 2/2] app/test: add SGL tests to cryptodev QAT suite 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: Fri, 23 Dec 2016 13:18:14 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Friday, December 23, 2016 12:51 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; Griffin, John ; > Jain, Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH v3 2/2] app/test: add SGL tests to cryptodev QAT suite >=20 > This commit adds GCM tests to use within scatter-gather list. > Test use direct chained mbufs created based on the input parameter > for max size for in place operations and out of place operations. >=20 > Signed-off-by: Arek Kusztal Acked-by: Fiona Trahe