Re: [dpdk-dev] [PATCH v5 3/7] vdev: implement parse bus operation

2017-06-27 Thread Bruce Richardson
On Wed, Jun 21, 2017 at 01:30:32AM +0200, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/common/eal_common_vdev.c | 60 > + > 1 file changed, 31 insertions(+), 29 deletions(-) > > diff --git a/lib/librte_eal/common/eal_common_vdev.c > b

[dpdk-dev] [PATCH v5 3/7] vdev: implement parse bus operation

2017-06-20 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_vdev.c | 60 + 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/lib/librte_eal/common/eal_common_vdev.c b/lib/librte_eal/common/eal_common_vdev.c index 22e4640..8dd4c88 100644 --- a/li