From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/fslmc: add support for scanned device count Date: Fri, 12 Jan 2018 12:45:06 +0100 Message-ID: <1530347.4gd1k8lWyn@xps> References: <20180102130838.3630-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: Shreyansh Jain Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 190A9A495 for ; Fri, 12 Jan 2018 12:45:36 +0100 (CET) In-Reply-To: <20180102130838.3630-1-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/01/2018 14:08, Shreyansh Jain: > FSLMC bus detects a multiple type of logical objects representing > components of the datapath. > > Using the type of device, a newly introduced API > rte_fslmc_get_device_count can return the count of devices > scanned of that device type. > > Signed-off-by: Shreyansh Jain > --- > :: This patch is based on *net-next* tree. Why is it based on next-net tree?