From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D429DF94 for ; Tue, 18 Apr 2017 11:23:20 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 18 Apr 2017 02:23:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,218,1488873600"; d="scan'208";a="90760127" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga005.fm.intel.com with ESMTP; 18 Apr 2017 02:23:19 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.107]) by IRSMSX152.ger.corp.intel.com ([169.254.6.231]) with mapi id 14.03.0319.002; Tue, 18 Apr 2017 10:23:18 +0100 From: "Jain, Deepak K" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "De Lara Guarch, Pablo" , "Griffin, John" Thread-Topic: [PATCH] crypto/qat: fix AES-GCM authentication length Thread-Index: AQHStDhzQuQ3y3o950+B7sLZXdgHZaHK4c6w Date: Tue, 18 Apr 2017 09:23:17 +0000 Deferred-Delivery: Tue, 18 Apr 2017 09:22:46 +0000 Message-ID: References: <1492075743-23877-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1492075743-23877-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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 09:23:21 -0000 > -----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 >=20 > This commit fixes AES-GCM length of authentication input data, cipher len= gth > is used instead >=20 > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") >=20 > Signed-off-by: Arek Kusztal > --- > drivers/crypto/qat/qat_crypto.c | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > diff --git a/drivers/crypto/qat/qat_crypto.c > 2.1.0 Acked-by: Deepak Kumar Jain