Re: [dpdk-dev] [PATCH v11 11/25] eal/dev: implement device iteration

2018-07-13 Thread Shreyansh Jain
(I am not reducing the thread as it contains quite interesting discussion - so, you might have to fish for inline comments...) On Thursday 12 July 2018 08:38 PM, Gaëtan Rivet wrote: Hi Shreyansh, On Thu, Jul 12, 2018 at 04:28:27PM +0530, Shreyansh Jain wrote: On Thursday 12 July 2018 03:15 AM

Re: [dpdk-dev] [PATCH v11 11/25] eal/dev: implement device iteration

2018-07-12 Thread Gaëtan Rivet
Hi Shreyansh, On Thu, Jul 12, 2018 at 04:28:27PM +0530, Shreyansh Jain wrote: > On Thursday 12 July 2018 03:15 AM, Gaetan Rivet wrote: > > Use the iteration hooks in the abstraction layers to perform the > > requested filtering on the internal device lists. > > > > Signed-off-by: Gaetan Rivet >

Re: [dpdk-dev] [PATCH v11 11/25] eal/dev: implement device iteration

2018-07-12 Thread Shreyansh Jain
On Thursday 12 July 2018 03:15 AM, Gaetan Rivet wrote: Use the iteration hooks in the abstraction layers to perform the requested filtering on the internal device lists. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_dev.c | 168 lib/librte_eal/com

[dpdk-dev] [PATCH v11 11/25] eal/dev: implement device iteration

2018-07-11 Thread Gaetan Rivet
Use the iteration hooks in the abstraction layers to perform the requested filtering on the internal device lists. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_dev.c | 168 lib/librte_eal/common/include/rte_dev.h | 26 lib/librte_eal/rte_eal_ve