From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id A509C4C76 for ; Thu, 17 May 2018 13:16:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2018 04:16:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,410,1520924400"; d="scan'208";a="229292133" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga005.fm.intel.com with ESMTP; 17 May 2018 04:16:39 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.179]) by IRSMSX153.ger.corp.intel.com ([169.254.9.5]) with mapi id 14.03.0319.002; Thu, 17 May 2018 12:16:39 +0100 From: "Trahe, Fiona" To: "De Lara Guarch, Pablo" , "Doherty, Declan" , "akhil.goyal@nxp.com" CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v3 3/4] doc: announce deprecation for attach/detach crypto session Thread-Index: AQHT7b21ErT/TtC1Dk2raIyBtaNj4aQzxRzw Date: Thu, 17 May 2018 11:16:38 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358948461F@IRSMSX103.ger.corp.intel.com> References: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com> <20180517090056.11349-1-pablo.de.lara.guarch@intel.com> <20180517090056.11349-4-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180517090056.11349-4-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2ViYjNiYWYtNDVmNy00NjdkLTgxYjgtZjEzYzE0NGU5MDk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjVTRWxRVFdTNENJNjAzNndZeVROT1hYNUZaM2dKRXV0SUFBU3RnekxGcmc9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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 v3 3/4] doc: announce deprecation for attach/detach crypto session 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, 17 May 2018 11:16:43 -0000 Hi Pablo, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, May 17, 2018 10:01 AM > To: Doherty, Declan ; akhil.goyal@nxp.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH v3 3/4] doc: announce deprecation for attach/d= etach crypto session >=20 > Functions rte_cryptodev_queue_pair_attach_sym_session > and rte_cryptodev_queue_pair_detach_sym_sessions > are not really used in any of the crypto drivers > (only one driver implements it and it just return 0). > Therefore, this API can be deprecated from 18.05 > and removed in 18.08. >=20 > Signed-off-by: Pablo de Lara > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > lib/librte_cryptodev/rte_cryptodev.h | 2 ++ > 2 files changed, 6 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/= deprecation.rst > index 85945ee72..cd75150a6 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -80,3 +80,7 @@ Deprecation Notices > is not internal in the crypto device anymore. > - Replacement of ``pci_dev`` field with the more generic ``rte_device`= ` > structure. > + - Functions ``rte_cryptodev_queue_pair_attach_sym_session()`` and > + ``rte_cryptodev_queue_pair_dettach_sym_session()`` will be deprecate= d from > + 18.02 and removed in 18.05, as there are no drivers doing anything u= seful [Fiona] This should read 18.05 / 18.08 Apart from that=20 Acked-by: Fiona Trahe