Re: [dpdk-dev] [PATCH 2/5] net/mlx5: retrieve device index from Netlink

2018-03-14 Thread Adrien Mazarguil
On Tue, Mar 13, 2018 at 01:50:36PM +0100, Nelio Laranjeiro wrote: > This patch new file is not compiled yet, it starts a series necessary to > fix some issues with VF devices. > > Signed-off-by: Nelio Laranjeiro The fact this new file is not compiled in at this point won't be obvious when runnin

[dpdk-dev] [PATCH 2/5] net/mlx5: retrieve device index from Netlink

2018-03-13 Thread Nelio Laranjeiro
This patch new file is not compiled yet, it starts a series necessary to fix some issues with VF devices. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_vf.c | 134 + 1 file changed, 134 insertions(+) create mode 100644 drivers/net/mlx5/mlx