From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 8345FA0096 for ; Wed, 8 May 2019 10:23:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07CDF3772; Wed, 8 May 2019 10:23:16 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 5BB18374C for ; Wed, 8 May 2019 10:23:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 May 2019 01:23:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,445,1549958400"; d="scan'208";a="169559508" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga002.fm.intel.com with ESMTP; 08 May 2019 01:23:12 -0700 Received: from irsmsx112.ger.corp.intel.com ([169.254.1.101]) by IRSMSX107.ger.corp.intel.com ([169.254.10.246]) with mapi id 14.03.0415.000; Wed, 8 May 2019 09:23:12 +0100 From: "De Lara Guarch, Pablo" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Trahe, Fiona" , Anoob Joseph Thread-Topic: [PATCH] doc: add cryptodev gcm iv deprecation notice Thread-Index: AQHU9PEJBD7Y4bg6jUePjJnv4ApNEKZhA4lQ Date: Wed, 8 May 2019 08:23:11 +0000 Message-ID: References: <20190417074113.10896-1-arkadiuszx.kusztal@intel.com> In-Reply-To: <20190417074113.10896-1-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWQyNTk4YWUtM2VkMS00YTQ1LWIyNzctMDQyMjJkMzEzZTAzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQStXc2ZpU1l5aFNPV2gybnQyS0FCRUp6cHFWdFVyWnNIVjlldm42RGdUbzNyM3oxY3l6M0ZjVjY0QVVtYXlISiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add cryptodev gcm iv deprecation notice 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190508082311.JuyXE2zEl7LIVe7eeytNwlCIwgg6TxlMTpEcM2zfl8A@z> > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Wednesday, April 17, 2019 8:41 AM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Trahe, Fiona ; De Lara > Guarch, Pablo ; Kusztal, ArkadiuszX > > Subject: [PATCH] doc: add cryptodev gcm iv deprecation notice >=20 > This patch adds deprecation notice of changing iv behaviour when using > Galois Counter Mode of operation. Right now IV of all supported sizes can > be used. >=20 > Signed-off-by: Arek Kusztal Acked-by: Pablo de Lara Also, I am CC'ing Anoob, since he acked the patch that is actually making c= hanges in the comments of the API, so I assume he agrees with this patch (needed for the other patch).