> -----Original Message----- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, January 12, 2018 5:15 PM > To: Shreyansh Jain <shreyansh.j...@nxp.com> > Cc: dev@dpdk.org; ferruh.yi...@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 <shreyansh.j...@nxp.com> > > --- > > :: 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.