Re: [dpdk-dev] [PATCH v3 01/10] bus: add bus iterator to find a particular bus

2017-06-11 Thread Gaƫtan Rivet
On Sat, Jun 10, 2017 at 10:58:47AM +0200, Jan Blunck wrote: > On Thu, Jun 8, 2017 at 1:53 AM, Gaetan Rivet wrote: > > 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

Re: [dpdk-dev] [PATCH v3 01/10] bus: add bus iterator to find a particular bus

2017-06-10 Thread Jan Blunck
On Thu, Jun 8, 2017 at 1:53 AM, Gaetan Rivet wrote: > 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 | 11 > lib/librte_eal/common/include/rt

[dpdk-dev] [PATCH v3 01/10] bus: add bus iterator to find a particular bus

2017-06-07 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 | 11 lib/librte_eal/common/include/rte_bus.h | 34 + lib/librte_eal/linux