From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B470D133F for ; Mon, 9 Jan 2017 14:38:45 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 09 Jan 2017 05:38:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="211242212" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga004.fm.intel.com with ESMTP; 09 Jan 2017 05:38:43 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX153.ger.corp.intel.com ([169.254.9.160]) with mapi id 14.03.0248.002; Mon, 9 Jan 2017 13:38:43 +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+TukSWbtdPxgXxkqEwLx3g Date: Mon, 9 Jan 2017 13:38:42 +0000 Message-ID: References: <1483457911-9635-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1483457911-9635-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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGI3ODMxMDEtZDhmOS00OTkxLTk3NGEtNTdkNmY5OGRmZDNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhPU3craTkxeDhqZ0NGbzBcL3M3SzNPTjU4SXd3Y3lKSzdaajhGM1lNZUdRPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] 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 13:38:46 -0000 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 >=20 > This commit fixes unnecessary padding of aad for GCM using > scatter-gather list >=20 > Fixes: b71990ffa7e4 ("app/test: add SGL tests to cryptodev QAT suite") >=20 > Signed-off-by: Arek Kusztal I can merge this patch to the commit above in the subtree, as it has not be= en upstreamed to the mainline. Is that OK? Thanks, Pablo