Re: [dpdk-dev] [PATCH v4 1/9] bus: add bus iterator to find a particular bus

2017-06-21 Thread Thomas Monjalon
21/06/2017 01:29, Gaetan Rivet: > +/** > + * Bus iterator to find a particular bus. > + * > + * If the callback returns zero this function will stop iterating over > + * any more buses. > + * If the start parameter is non-NULL, the comparison will only be determined > + * past this element. > + * >

[dpdk-dev] [PATCH v4 1/9] bus: add bus iterator to find a particular bus

2017-06-20 Thread Gaetan Rivet
From: Jan Blunck Signed-off-by: Jan Blunck Signed-off-by: Gaetan Rivet --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/eal_common_bus.c | 20 lib/librte_eal/common/include/rte_bus.h | 41 + lib/librte_eal/l