From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 707892C2B for ; Fri, 14 Jul 2017 16:52:19 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jul 2017 07:52:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,359,1496127600"; d="scan'208";a="125158741" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga005.jf.intel.com with ESMTP; 14 Jul 2017 07:52:17 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX109.ger.corp.intel.com ([169.254.13.187]) with mapi id 14.03.0319.002; Fri, 14 Jul 2017 15:52:16 +0100 From: "De Lara Guarch, Pablo" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" , "Jain, Deepak K" Thread-Topic: [PATCH v2] crypto/qat: fix authentication offset and length for GMAC Thread-Index: AQHS/H4ihOpBF30AP0q5BgeIWvTaIqJTaITw Date: Fri, 14 Jul 2017 14:52:15 +0000 Message-ID: References: <1500022142-22452-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1500022142-22452-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 v2] crypto/qat: fix authentication offset and length for GMAC 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: Fri, 14 Jul 2017 14:52:20 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Friday, July 14, 2017 9:49 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; Griffin, John ; > Jain, Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH v2] crypto/qat: fix authentication offset and length for > GMAC >=20 > Authentication length and offset need to be set like for any other > authentication algorithms as it no longer uses aad pointer >=20 > Fixes: b79e4c00af0e ("cryptodev: use AES-GCM/CCM as AEAD algorithms") >=20 > Signed-off-by: Arek Kusztal Applied to dpdk-next-crypto. Thanks, Pablo