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 0D331374F for ; Thu, 3 Aug 2017 16:02:45 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2017 07:02:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,316,1498546800"; d="scan'208";a="886006424" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by FMSMGA003.fm.intel.com with ESMTP; 03 Aug 2017 07:02:21 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.129]) by irsmsx110.ger.corp.intel.com ([169.254.15.109]) with mapi id 14.03.0319.002; Thu, 3 Aug 2017 15:02:20 +0100 From: "Jain, Deepak K" To: "De Lara Guarch, Pablo" , "thomas@monjalon.net" , "jerin.jacob@caviumnetworks.com" , "akhil.goyal@nxp.com" , "hemant.agrawal@nxp.com" , "Trahe, Fiona" , "Griffin, John" , "Doherty, Declan" , "Mcnamara, John" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: announce crypto vdev init removal Thread-Index: AQHTDED55riJvSGkG0KMAvEjK0lxpaJyqU4Q Date: Thu, 3 Aug 2017 14:02:20 +0000 Deferred-Delivery: Thu, 3 Aug 2017 14:02:19 +0000 Message-ID: References: <20170803021221.38955-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170803021221.38955-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTMyOGFlNzgtOTkzYy00Njc3LThlNjUtMmZjNzlmNzcxYzZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlJmMENPcmIzVXVxbXVvd1NQNmJLSm10WHJzSDJ0Z0pDdjVtc2cwRXFyWmc9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: announce crypto vdev init removal 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, 03 Aug 2017 14:02:46 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, August 3, 2017 3:12 AM > To: thomas@monjalon.net; jerin.jacob@caviumnetworks.com; > akhil.goyal@nxp.com; hemant.agrawal@nxp.com; Trahe, Fiona > ; Jain, Deepak K ; > Griffin, John ; Doherty, Declan > ; Mcnamara, John > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] doc: announce crypto vdev init removal >=20 > In order to remove all dependencies on vdev for cryptodev, the > implementation of rte_cryptodev_vdev_pmd_init() function needs to be > moved to rte_cryptodev_vdev.h, and all crypto vdevs will include it, and > therefore, this function will be removed as a public API. >=20 > Signed-off-by: Pablo de Lara > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > be removed in 17.11: >=20 > - ``rte_cryptodev_create_vdev`` > + > +* cryptodev: the following function will be static in 17.11 and > +included > + by all crypto drivers, therefore, will not be public: > + > + - ``rte_cryptodev_vdev_pmd_init`` > -- > 2.9.4 Acked-by: Deepak Kumar Jain