From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 80C7820F for ; Tue, 10 Jan 2017 09:41:59 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP; 10 Jan 2017 00:41:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,343,1477983600"; d="scan'208";a="47389469" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga004.jf.intel.com with ESMTP; 10 Jan 2017 00:41:57 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx105.ger.corp.intel.com ([169.254.7.38]) with mapi id 14.03.0248.002; Tue, 10 Jan 2017 08:41:56 +0000 From: "De Lara Guarch, Pablo" To: "Kusztal, ArkadiuszX" , "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: AQHSZdd0bEh8sl+TukSWbtdPxgXxkqEwLx3ggAAI7gCAATb+8A== Date: Tue, 10 Jan 2017 08:41:56 +0000 Message-ID: References: <1483457911-9635-1-git-send-email-arkadiuszx.kusztal@intel.com> <80307F746F1522479831AB1253B7024E7214EF@IRSMSX102.ger.corp.intel.com> In-Reply-To: <80307F746F1522479831AB1253B7024E7214EF@IRSMSX102.ger.corp.intel.com> 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.181] 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: Tue, 10 Jan 2017 08:41:59 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Monday, January 09, 2017 2:09 PM > To: De Lara Guarch, Pablo; dev@dpdk.org > Cc: Trahe, Fiona; Griffin, John; Jain, Deepak K > Subject: RE: [PATCH] app/test: fix aad padding size in SGL operation >=20 >=20 >=20 > > -----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 > > > > Hi Arek, > > > > > -----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 > > > > I can merge this patch to the commit above in the subtree, as it has no= t > been > > upstreamed to the mainline. > > Is that OK? >=20 > Hi Pablo, >=20 > Sure, I think it is the best solution. >=20 > Thanks, > Arek Applied to dpdk-next-crypto. Thanks, Pablo