On Wed, 27 May 2020 16:14:24 +0000 Ophir Munk <ophi...@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.