From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] doc: announce crypto vdev init removal Date: Thu, 3 Aug 2017 16:12:31 +0530 Message-ID: <2fb9eab9-e04b-6a81-8871-52b64385b9f0@nxp.com> References: <20170803021221.38955-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Pablo de Lara , , , , , , , , Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0055.outbound.protection.outlook.com [104.47.40.55]) by dpdk.org (Postfix) with ESMTP id 64EE3326B for ; Thu, 3 Aug 2017 12:42:48 +0200 (CEST) In-Reply-To: <20170803021221.38955-1-pablo.de.lara.guarch@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/3/2017 7:42 AM, Pablo de Lara wrote: > 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. > > Signed-off-by: Pablo de Lara > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index f6bd910..63ffad1 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -69,3 +69,8 @@ Deprecation Notices > be removed in 17.11: > > - ``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`` > Acked-by: Akhil Goyal