[dpdk-dev] [PATCH v1 2/3] common/mlx5: move netlink files under Linux directory

Stephen Hemminger stephen at networkplumber.org
Wed May 27 18:40:53 CEST 2020


On Wed, 27 May 2020 16:14:24 +0000
Ophir Munk <ophirmu at mellanox.com> wrote:

> +	DRV_LOG(DEBUG,
> +		"Interface %u cannot %s MAC address"
> +		" %02X:%02X:%02X:%02X:%02X:%02X %s",
> +		iface_idx,
> +		add ? "add" : "remove",
> +		mac->addr_bytes[0], mac->addr_bytes[1],
> +		mac->addr_bytes[2], mac->addr_bytes[3],
> +		mac->addr_bytes[4], mac->addr_bytes[5],

There is a rte_ether_format_addr() for this.


More information about the dev mailing list