From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] bus/fslmc: add support for scanned device count Date: Fri, 12 Jan 2018 18:01:21 +0000 Message-ID: <122fb2c1-a5df-d30f-dac1-f450dd553402@intel.com> References: <20180102130838.3630-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AC2DD325F for ; Fri, 12 Jan 2018 19:01:25 +0100 (CET) In-Reply-To: <20180102130838.3630-1-shreyansh.jain@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/2/2018 1:08 PM, Shreyansh Jain wrote: > 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 Applied to dpdk-next-net/master, thanks.