From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: announce deprecation of rawdev exposed array Date: Fri, 23 Nov 2018 16:32:58 +0000 Message-ID: <20181123163246.GB11828@jerin> References: <20181115130729.1451-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Shreyansh Jain Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-eopbgr750050.outbound.protection.outlook.com [40.107.75.50]) by dpdk.org (Postfix) with ESMTP id F0D39325F for ; Fri, 23 Nov 2018 17:32:59 +0100 (CET) In-Reply-To: <20181115130729.1451-1-shreyansh.jain@nxp.com> Content-Language: en-US Content-ID: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Thu, 15 Nov 2018 13:08:14 +0000 > From: Shreyansh Jain > To: "dev@dpdk.org" > CC: Shreyansh Jain > Subject: [dpdk-dev] [PATCH] doc: announce deprecation of rawdev exposed > array > x-mailer: git-send-email 2.17.1 >=20 >=20 > rte_rawdevs is expected to be deprecated in future releases. This is > not expected to be directly used, without API access that is, by any > external application or driver. >=20 > Signed-off-by: Shreyansh Jain Acked-by: Jerin Jacob >=20 > --- > This is in sync with discussion in [1] > [1] http://mails.dpdk.org/archives/dev/2018-October/114592.html > --- > 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 34b28234c..776b9b245 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -55,3 +55,8 @@ Deprecation Notices > - ``rte_pdump_set_socket_dir`` will be removed; > - The parameter, ``path``, of ``rte_pdump_init`` will be removed; > - The enum ``rte_pdump_socktype`` will be removed. > + > +* rawdev: ``rte_rawdevs`` is an array containing all registered raw devi= ces. > + Currently this is exposed from the library. Ideally, no application sh= ould > + be directly using it. This is expected to be deprecated and made inter= nal > + in v19.02 or later. > -- > 2.17.1 >=20