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 BA3892904; Thu, 29 Jun 2017 21:46:05 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 29 Jun 2017 12:46:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,282,1496127600"; d="scan'208";a="102875583" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga004.jf.intel.com with ESMTP; 29 Jun 2017 12:46:03 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 29 Jun 2017 20:46:02 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.129]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Thu, 29 Jun 2017 20:46:02 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "Trahe, Fiona" , "Griffin, John" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/qat: fix typo Thread-Index: AQHS8QwpExeO6cSPgEeRXVLXhPpmf6I8PhWw Date: Thu, 29 Jun 2017 19:46:01 +0000 Deferred-Delivery: Thu, 29 Jun 2017 19:45:49 +0000 Message-ID: References: <20170629111621.4952-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170629111621.4952-1-pablo.de.lara.guarch@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.181] 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: Thu, 29 Jun 2017 19:46:06 -0000 > -----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 >=20 > Fixed a comment in QAT, referring to the IV size for AES-GCM, that should= be > in bytes, and not bits. >=20 > Fixes: 53d8971cbe81 ("qat: fix AES-GCM decryption") > CC: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara > --- > -- > 2.9.4 Acked-by: Deepak Kumar Jain