On Mon, 25 Nov 2019 16:13:26 +0300 Vadim <podovinni...@protei.ru> wrote:
> + MODE4_DEBUG("prefered partner system > %02x:%02x:%02x:%02x:%02x:%02x " > + "not equal self system: > %02x:%02x:%02x:%02x:%02x:%02x\n", > + partner->port_params.system.addr_bytes[0], > + partner->port_params.system.addr_bytes[1], > + partner->port_params.system.addr_bytes[2], > + partner->port_params.system.addr_bytes[3], > + partner->port_params.system.addr_bytes[4], > + partner->port_params.system.addr_bytes[5], > + > + agg->actor.system.addr_bytes[0], > + agg->actor.system.addr_bytes[1], > + agg->actor.system.addr_bytes[2], > + agg->actor.system.addr_bytes[3], > + agg->actor.system.addr_bytes[4], > + agg->actor.system.addr_bytes[5]); Why not use rte_ether_format_addr instead?