Re: [dpdk-dev] [PATCH v7 2/4] net/mlx4: implement isolated mode from flow API

2017-07-04 Thread Adrien Mazarguil
On Tue, Jul 04, 2017 at 11:22:49AM +, Vasily Philipov wrote: > The user must request isolated mode before device configuration. > > Signed-off-by: Vasily Philipov Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND

[dpdk-dev] [PATCH v7 2/4] net/mlx4: implement isolated mode from flow API

2017-07-04 Thread Vasily Philipov
The user must request isolated mode before device configuration. Signed-off-by: Vasily Philipov --- drivers/net/mlx4/mlx4.c | 57 +++- drivers/net/mlx4/mlx4.h | 1 + drivers/net/mlx4/mlx4_flow.c | 37 drivers/net/mlx