On Wed, 25 Sep 2024 15:54:21 +0800 Howard Wang <howard_w...@realsil.com.cn> wrote:
> + PMD_INIT_LOG(NOTICE, "r8169: Assign randomly generated MAC > address " > + "%02x:%02x:%02x:%02x:%02x:%02x", > + perm_addr->addr_bytes[0], > + perm_addr->addr_bytes[1], > + perm_addr->addr_bytes[2], > + perm_addr->addr_bytes[3], > + perm_addr->addr_bytes[4], > + perm_addr->addr_bytes[5]); DPDK rte_ether.h has a function to format ethernet addresses for printing, please use that.