From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 52550F94 for ; Tue, 18 Apr 2017 18:24:18 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 18 Apr 2017 09:24:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="91303431" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 18 Apr 2017 09:24:15 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX102.ger.corp.intel.com ([169.254.2.153]) with mapi id 14.03.0319.002; Tue, 18 Apr 2017 17:22:21 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" Thread-Topic: [PATCH] crypto/qat: fix AES-GCM authentication length Thread-Index: AQHStDhz75cKVnHlF0SzK+FJiP2ZA6HK0Z6AgAB+1VA= Date: Tue, 18 Apr 2017 16:22:21 +0000 Message-ID: References: <1492075743-23877-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDQzODQ2OTYtYjRlNi00OTQ3LTkwODctYTkxMjYxZTkzYTEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik84SVN4S1lEVXhrdUp6NVJCYm92c0pRNDlZbkpDbFExdHFSUHFcL2IyTVBVPSJ9 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] crypto/qat: fix AES-GCM authentication length 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, 18 Apr 2017 16:24:18 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Tuesday, April 18, 2017 10:23 AM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John > Subject: RE: [PATCH] crypto/qat: fix AES-GCM authentication length >=20 >=20 > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Thursday, April 13, 2017 10:29 AM > > To: dev@dpdk.org > > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > > ; Griffin, John ; > > Jain, Deepak K ; Kusztal, ArkadiuszX > > > > Subject: [PATCH] crypto/qat: fix AES-GCM authentication length > > > > This commit fixes AES-GCM length of authentication input data, cipher > length > > is used instead > > > > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") > > > > Signed-off-by: Arek Kusztal > > --- > > drivers/crypto/qat/qat_crypto.c | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/drivers/crypto/qat/qat_crypto.c > > 2.1.0 > Acked-by: Deepak Kumar Jain Applied to dpdk-next-crypto. Thanks, Pablo