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

Ophir Munk ophirmu at mellanox.com
Wed Jun 3 09:05:07 CEST 2020


The suggested API rte_ether_format_addr() was added to v2

> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Wednesday, May 27, 2020 7:41 PM
> To: Ophir Munk <ophirmu at mellanox.com>
> Cc: dev at dpdk.org; Matan Azrad <matan at mellanox.com>
> Subject: Re: [dpdk-dev] [PATCH v1 2/3] common/mlx5: move netlink files
> under Linux directory
> 
> 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