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

2017-06-08 Thread Gaëtan Rivet
On Thu, Jun 08, 2017 at 04:34:50AM +, Shreyansh Jain wrote: > Hello Gaëtan, > > > -Original Message- > > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > > Sent: Wednesday, June 07, 2017 6:58 PM > > To: Shreyansh Jain > > Cc: dev@dpdk.org; Jan Blunck > > Subject: Re: [PATCH v2 01

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

2017-06-07 Thread Shreyansh Jain
Hello Gaëtan, > -Original Message- > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Wednesday, June 07, 2017 6:58 PM > To: Shreyansh Jain > Cc: dev@dpdk.org; Jan Blunck > Subject: Re: [PATCH v2 01/11] bus: add bus iterator to find a particular bus > > On Wed, Jun 07, 2017 at

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

2017-06-07 Thread Jan Blunck
On Wed, Jun 7, 2017 at 3:27 PM, Gaëtan Rivet wrote: > On Wed, Jun 07, 2017 at 12:36:53PM +0530, Shreyansh Jain wrote: >> >diff --git a/lib/librte_eal/common/include/rte_bus.h >> >b/lib/librte_eal/common/include/rte_bus.h >> >index 7c36969..006feca 100644 >> >--- a/lib/librte_eal/common/include/rt

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

2017-06-07 Thread Gaëtan Rivet
On Wed, Jun 07, 2017 at 12:36:53PM +0530, Shreyansh Jain wrote: > Hello Gaetan, > > On Wednesday 31 May 2017 06:47 PM, 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 + > >

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

2017-06-06 Thread Shreyansh Jain
Hello Gaetan, On Wednesday 31 May 2017 06:47 PM, 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 | 13 ++ lib/librte_eal/common/i

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

2017-05-31 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 | 13 ++ lib/librte_eal/common/include/rte_bus.h | 32 + lib/librte_eal/lin