On 8/3/2018 8:03 PM, Kevin Traynor wrote:
Match the prefix and formatting.
Fixes: 8a9562d21a40 ("dpif-netdev: Add DPDK netdev.")
Cc: [email protected]
Signed-off-by: Kevin Traynor <[email protected]>
Thanks Kevin, I'll add this to the pull request, I think it can be
backported from 2.10 -> 2.6 also.
Ian
---
lib/netdev-dpdk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
index 9bf2185..90a6165 100644
--- a/lib/netdev-dpdk.c
+++ b/lib/netdev-dpdk.c
@@ -3044,5 +3044,5 @@ netdev_dpdk_get_status(const struct netdev *netdev,
struct smap *args)
if (dev_info.pci_dev) {
- smap_add_format(args, "pci-vendor_id", "0x%u",
+ smap_add_format(args, "pci-vendor_id", "0x%x",
dev_info.pci_dev->id.vendor_id);
smap_add_format(args, "pci-device_id", "0x%x",
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev