From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce deprecation of rawdev exposed array Date: Sat, 24 Nov 2018 18:33:34 +0100 Message-ID: <2586161.k7rNdgruL5@xps> References: <20181115130729.1451-1-shreyansh.jain@nxp.com> <20181123163246.GB11828@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob To: Shreyansh Jain Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id E23B11B5E9 for ; Sat, 24 Nov 2018 18:33:36 +0100 (CET) In-Reply-To: <20181123163246.GB11828@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/11/2018 17:32, Jerin Jacob: > From: Shreyansh Jain > > > > 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. > > > > Signed-off-by: Shreyansh Jain > > Acked-by: Jerin Jacob There are not enoughs acks for this change. Anyway, you should first make this array useless by removing any access from rte_rawdev_pmd.h. Then you will be able to deprecate it from public API.