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 15:09:45 +0100 Message-ID: <2335338.cbEazGGZus@xps> References: <20180102130838.3630-1-shreyansh.jain@nxp.com> <1530347.4gd1k8lWyn@xps> 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 2138EA490 for ; Fri, 12 Jan 2018 15:10:16 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/01/2018 13:59, Shreyansh Jain: > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > Sent: Friday, January 12, 2018 5:15 PM > > To: Shreyansh Jain > > Cc: dev@dpdk.org; ferruh.yigit@intel.com > > Subject: Re: [dpdk-dev] [PATCH] bus/fslmc: add support for scanned device > > count > > > > 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? > > Because there is a dependency of a lot of patches for DPAA2 which were only on net-next when I sent this patch out. (dependency for lines, not for logic). Else, those would have conflicted when you would have merged net-next into master. > > If those have been merged into master, this should be applicable on master as well. I have delegated the patch to Ferruh. Thanks