git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad606c9
)
ethdev: fix vendor id in debug message
author
David Marchand
<david.marchand@6wind.com>
Fri, 7 Oct 2016 13:01:16 +0000
(15:01 +0200)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Mon, 10 Oct 2016 09:53:31 +0000
(11:53 +0200)
Fixes:
af75078fece3
("first public release")
Signed-off-by: David Marchand <david.marchand@6wind.com>
lib/librte_ether/rte_ethdev.c
patch
|
blob
|
history
diff --git
a/lib/librte_ether/rte_ethdev.c
b/lib/librte_ether/rte_ethdev.c
index
24029f0
..
88fa382
100644
(file)
--- a/
lib/librte_ether/rte_ethdev.c
+++ b/
lib/librte_ether/rte_ethdev.c
@@
-274,7
+274,7
@@
rte_eth_dev_pci_probe(struct rte_pci_driver *pci_drv,
if (diag == 0)
return 0;
- RTE_PMD_DEBUG_TRACE("driver %s: eth_dev_init(vendor_id=0x%
u
device_id=0x%x) failed\n",
+ RTE_PMD_DEBUG_TRACE("driver %s: eth_dev_init(vendor_id=0x%
x
device_id=0x%x) failed\n",
pci_drv->driver.name,
(unsigned) pci_dev->id.vendor_id,
(unsigned) pci_dev->id.device_id);