Signed-off-by: Gaetan Rivet <gaetan.ri...@6wind.com>
---
 lib/librte_eal/common/eal_common_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_eal/common/eal_common_pci.c 
b/lib/librte_eal/common/eal_common_pci.c
index 5838cc6..fa9f1b6 100644
--- a/lib/librte_eal/common/eal_common_pci.c
+++ b/lib/librte_eal/common/eal_common_pci.c
@@ -328,6 +328,7 @@ rte_pci_probe_one(const struct rte_pci_addr *addr)
                ret = pci_probe_all_drivers(dev);
                if (ret)
                        goto err_return;
+               dev->device.name = dev->device.devargs->name;
                return 0;
        }
        return -1;
-- 
2.1.4

Reply via email to