aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/dpdk/device/format.c')
-rw-r--r--src/plugins/dpdk/device/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/dpdk/device/format.c b/src/plugins/dpdk/device/format.c
index f1cca3f7..93eca524 100644
--- a/src/plugins/dpdk/device/format.c
+++ b/src/plugins/dpdk/device/format.c
@@ -417,7 +417,7 @@ format_dpdk_device (u8 * s, va_list * args)
format (s, "%Upromiscuous: unicast %s all-multicast %s\n",
format_white_space, indent + 2,
rte_eth_promiscuous_get (xd->device_index) ? "on" : "off",
- rte_eth_promiscuous_get (xd->device_index) ? "on" : "off");
+ rte_eth_allmulticast_get (xd->device_index) ? "on" : "off");
vlan_off = rte_eth_dev_get_vlan_offload (xd->device_index);
s = format (s, "%Uvlan offload: strip %s filter %s qinq %s\n",
format_white_space, indent + 2,