On Fri, 10 Jul 2020 21:36:10 +0530 Hemant Agrawal <[email protected]> wrote:
> + printf("\t MAC: %02" PRIx8 ":%02" PRIx8 ":%02" PRIx8
> + ":%02" PRIx8 ":%02" PRIx8 ":%02" PRIx8"\n",
> + ethaddr.addr_bytes[0], ethaddr.addr_bytes[1],
> + ethaddr.addr_bytes[2], ethaddr.addr_bytes[3],
> + ethaddr.addr_bytes[4], ethaddr.addr_bytes[5]);
Please use rte_ether_format_addr() here.

