From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 659872F25C; Sat, 24 Nov 2018 12:33:36 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 24 Nov 2018 12:33:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=eWsLSIeHCCxrLYuGrfeLq4Y05IOZBx7lUCyFXJ5zuiM=; b=i0RuhbjROOsv kGKL7kQdrlijlz4Klhnpat9ekXiA9BcArFEBznfDOD9LG5+PA0UCibJ+wg7Udtm2 GXyt5DcoYHk6d3UGfHx0aIfh6LjIYPkjmNhkMdBlWd5Ph3zyCoE8ZET+AMJH5xvZ klL9LBTLmBpdY8MEzVjgTzkv4AML1+Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=eWsLSIeHCCxrLYuGrfeLq4Y05IOZBx7lUCyFXJ5zu iM=; b=FRyhUszeerHLo8yS99B6u3G7vPFNGYs2rQEH3227q3+V2rs1n/MS9L4S0 N5SySONHyFUkkAva2jTFRBWgQgydi5MeXOGRB/q/9z8LsVUZ6cv8tfS1hO1IxQ+X GBebThv3gmaIiHKMBgG3qj3hFlwrOv5/KNa4qIFCMPqja4bTqgLYciwLZtzq5/oB +dI8EM5BPSLA9s8WqzpESHfAJ4bC92mjwIbqWAb92Ufhs1t0gGQN0SoU9L+eZifm 0uWH3Qso2vruHqV0KEnAslhqzPbq9osUMvnkrqUn8NfgV9FvykDILxfp64Iq7roM GtEJoAU6qeTwVdLhzF8//C/t+E3PA== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 50FF1102A0; Sat, 24 Nov 2018 12:33:35 -0500 (EST) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, Jerin Jacob Date: Sat, 24 Nov 2018 18:33:34 +0100 Message-ID: <2586161.k7rNdgruL5@xps> In-Reply-To: <20181123163246.GB11828@jerin> References: <20181115130729.1451-1-shreyansh.jain@nxp.com> <20181123163246.GB11828@jerin> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: announce deprecation of rawdev exposed array 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: Sat, 24 Nov 2018 17:33:37 -0000 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.