summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r--src/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index f8ec0556..df6f63ae 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -5743,7 +5743,7 @@ void dump_interfaces_info() {
ether_format_addr(mac_str, sizeof mac_str, &mac_addr);
printf("PCI: %04x:%02x:%02x.%d - MAC: %s - Driver: %s\n",
pci_addr.domain, pci_addr.bus, pci_addr.devid, pci_addr.function, mac_str,
- rte_eth_devices[port_id].device->devargs->virt.drv_name);
+ rte_eth_devices[port_id].data->drv_name);
}
}