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

2020-06-03 Thread Ophir Munk
The suggested API rte_ether_format_addr() was added to v2 > -Original Message- > From: Stephen Hemminger > Sent: Wednesday, May 27, 2020 7:41 PM > To: Ophir Munk > Cc: dev@dpdk.org; Matan Azrad > Subject: Re: [dpdk-dev] [PATCH v1 2/3] common/mlx5: move netlink f

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

2020-05-27 Thread Stephen Hemminger
On Wed, 27 May 2020 16:14:24 + Ophir Munk 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_by

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

2020-05-27 Thread Ophir Munk
File mlx5_nl.c is using Netlink APIs which are Linux specifics. Move it (including file mlx5_nl.h) to common/mlx5/linux directory. Signed-off-by: Ophir Munk --- drivers/common/mlx5/Makefile |2 +- drivers/common/mlx5/linux/meson.build |1 + drivers/common/mlx5/linux/mlx5_nl.c