Skip to content

Commit

Permalink
netdev-dpdk: Fix formatting typo.
Browse files Browse the repository at this point in the history
Signed-off-by: nickcooper-zhangtonghao <[email protected]>
Signed-off-by: Daniele Di Proietto <[email protected]>
  • Loading branch information
xpu22 authored and ddiproietto committed Jan 9, 2017
1 parent 84cf3c1 commit 182ca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netdev-dpdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ dpdk_eth_dev_init(struct netdev_dpdk *dev)

memset(&eth_addr, 0x0, sizeof(eth_addr));
rte_eth_macaddr_get(dev->port_id, &eth_addr);
VLOG_INFO_RL(&rl, "Port %d: "ETH_ADDR_FMT"",
VLOG_INFO_RL(&rl, "Port %d: "ETH_ADDR_FMT,
dev->port_id, ETH_ADDR_BYTES_ARGS(eth_addr.addr_bytes));

memcpy(dev->hwaddr.ea, eth_addr.addr_bytes, ETH_ADDR_LEN);
Expand Down

0 comments on commit 182ca1a

Please sign in to comment.