From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7E175532D for ; Thu, 3 Aug 2017 16:13:41 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2017 07:13:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,316,1498546800"; d="scan'208";a="135667131" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga006.fm.intel.com with ESMTP; 03 Aug 2017 07:13:24 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.129]) by IRSMSX153.ger.corp.intel.com ([169.254.9.74]) with mapi id 14.03.0319.002; Thu, 3 Aug 2017 15:13:24 +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: AQHTDED55riJvSGkG0KMAvEjK0lxpaJyrG3w Date: Thu, 3 Aug 2017 14:13:23 +0000 Deferred-Delivery: Thu, 3 Aug 2017 14:13:16 +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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzc3MzhjNTEtMjNlNy00NWVmLTkyOGUtYzBkMDNhMDhlZGE5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvNTRadnN6aWF5XC84UERNVTkwQXhQZjRMbUNsUXN2NFB5WUIxTVpxV0lLOD0ifQ== 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:13:42 -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 > 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: >=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