From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5746E2C2A; Fri, 30 Jun 2017 08:23:18 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jun 2017 23:23:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,285,1496127600"; d="scan'208";a="120708234" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 29 Jun 2017 23:23:16 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx105.ger.corp.intel.com ([169.254.7.168]) with mapi id 14.03.0319.002; Fri, 30 Jun 2017 07:23:15 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Trahe, Fiona" , "Griffin, John" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/qat: fix typo Thread-Index: AQHS8QwpvDfTgMMQY0aphxSaaiDWLqI8Lc+AgADCw8A= Date: Fri, 30 Jun 2017 06:23:15 +0000 Message-ID: References: <20170629111621.4952-1-pablo.de.lara.guarch@intel.com> In-Reply-To: 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 typo 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, 30 Jun 2017 06:23:19 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Thursday, June 29, 2017 8:46 PM > To: De Lara Guarch, Pablo ; Trahe, Fiona > ; Griffin, John > Cc: dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH] crypto/qat: fix typo >=20 >=20 >=20 > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Thursday, June 29, 2017 12:16 PM > > To: Trahe, Fiona ; Griffin, John > > ; Jain, Deepak K > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > ; stable@dpdk.org > > Subject: [PATCH] crypto/qat: fix typo > > > > Fixed a comment in QAT, referring to the IV size for AES-GCM, that > > should be in bytes, and not bits. > > > > Fixes: 53d8971cbe81 ("qat: fix AES-GCM decryption") > > CC: stable@dpdk.org > > > > Signed-off-by: Pablo de Lara > > --- > > -- > > 2.9.4 > Acked-by: Deepak Kumar Jain Applied to dpdk-next-crypto. Pablo