Re: [dpdk-dev] [PATCH] bus/fslmc: add support for scanned device count

2018-01-12 Thread Ferruh Yigit
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-

Re: [dpdk-dev] [PATCH] bus/fslmc: add support for scanned device count

2018-01-12 Thread Thomas Monjalon
12/01/2018 13:59, Shreyansh Jain: > > -Original Message- > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Friday, January 12, 2018 5:15 PM > > To: Shreyansh Jain > > Cc: dev@dpdk.org; ferruh.yi...@intel.com > > Subject: Re: [dpdk-dev

Re: [dpdk-dev] [PATCH] bus/fslmc: add support for scanned device count

2018-01-12 Thread Shreyansh Jain
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, January 12, 2018 5:15 PM > To: Shreyansh Jain > Cc: dev@dpdk.org; ferruh.yi...@intel.com > Subject: Re: [dpdk-dev] [PATCH] bus/fslmc: add support for scanned device > count

Re: [dpdk-dev] [PATCH] bus/fslmc: add support for scanned device count

2018-01-12 Thread Thomas Monjalon
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: S

Re: [dpdk-dev] [PATCH] bus/fslmc: add support for scanned device count

2018-01-11 Thread Hemant Agrawal
On 1/2/2018 6:38 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: Shreya

[dpdk-dev] [PATCH] bus/fslmc: add support for scanned device count

2018-01-02 Thread 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-