Re: [dpdk-dev] [PATCH v5 10/12] pci: implement find_device bus operation

2017-06-27 Thread Bruce Richardson
On Mon, Jun 26, 2017 at 02:22:08AM +0200, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/common/eal_common_pci.c | 13 + > 1 file changed, 13 insertions(+) > Acked-by: Bruce Richardson

[dpdk-dev] [PATCH v5 10/12] pci: implement find_device bus operation

2017-06-25 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_pci.c | 13 + 1 file changed, 13 insertions(+) diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index 78b097e..00d48d9 100644 --- a/lib/librte_eal/common/eal_common_pci.c +++