[dpdk-dev] [PATCH] pci: do not mark device as taken when probe fails

2016-11-07 Thread Thomas Monjalon
2016-11-07 10:03, David Marchand: > dev->driver should be set only if a driver did take the device. > > Signed-off-by: David Marchand Applied, thanks

[dpdk-dev] [PATCH] pci: do not mark device as taken when probe fails

2016-11-07 Thread David Marchand
dev->driver should be set only if a driver did take the device. Signed-off-by: David Marchand --- lib/librte_eal/common/eal_common_pci.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c