Re: [dpdk-dev] [PATCH v5 01/12] bus: add bus iterator to find a bus

2017-06-26 Thread Gaƫtan Rivet
Hi Bruce, Thanks for reading. On Mon, Jun 26, 2017 at 04:30:55PM +0100, Bruce Richardson wrote: > On Mon, Jun 26, 2017 at 02:21:59AM +0200, Gaetan Rivet wrote: > > From: Jan Blunck > > > > This helper allows to iterate over all registered buses and find one > > matching data used as parameter.

Re: [dpdk-dev] [PATCH v5 01/12] bus: add bus iterator to find a bus

2017-06-26 Thread Bruce Richardson
On Mon, Jun 26, 2017 at 02:21:59AM +0200, Gaetan Rivet wrote: > From: Jan Blunck > > This helper allows to iterate over all registered buses and find one > matching data used as parameter. > > Signed-off-by: Jan Blunck > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/bsdapp/eal/rte_eal_ve