From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4C58C2C58 for ; Mon, 9 Jan 2017 15:08:37 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 09 Jan 2017 06:08:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="1091737088" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga001.fm.intel.com with ESMTP; 09 Jan 2017 06:08:35 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.230]) by IRSMSX101.ger.corp.intel.com ([169.254.1.112]) with mapi id 14.03.0248.002; Mon, 9 Jan 2017 14:08:34 +0000 From: "Kusztal, ArkadiuszX" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" , "Jain, Deepak K" Thread-Topic: [PATCH] app/test: fix aad padding size in SGL operation Thread-Index: AQHSZdd0krxT9eWV30SeNmqnArWrRKEwL7MAgAAH/JA= Date: Mon, 9 Jan 2017 14:08:34 +0000 Message-ID: <80307F746F1522479831AB1253B7024E7214EF@IRSMSX102.ger.corp.intel.com> References: <1483457911-9635-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGI3ODMxMDEtZDhmOS00OTkxLTk3NGEtNTdkNmY5OGRmZDNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhPU3craTkxeDhqZ0NGbzBcL3M3SzNPTjU4SXd3Y3lKSzdaajhGM1lNZUdRPSJ9 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] app/test: fix aad padding size in SGL operation 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 14:08:37 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, January 09, 2017 1:39 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Trahe, Fiona ; Griffin, John > ; Jain, Deepak K > Subject: RE: [PATCH] app/test: fix aad padding size in SGL operation >=20 > Hi Arek, >=20 > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Tuesday, January 03, 2017 3:39 PM > > To: dev@dpdk.org > > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John; Jain, Deepak > > K; Kusztal, ArkadiuszX > > Subject: [PATCH] app/test: fix aad padding size in SGL operation > > > > This commit fixes unnecessary padding of aad for GCM using > > scatter-gather list > > > > Fixes: b71990ffa7e4 ("app/test: add SGL tests to cryptodev QAT suite") > > > > Signed-off-by: Arek Kusztal >=20 > I can merge this patch to the commit above in the subtree, as it has not = been > upstreamed to the mainline. > Is that OK? Hi Pablo, Sure, I think it is the best solution. Thanks, Arek >=20 > Thanks, > Pablo