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

2017-06-29 Thread Adrien Mazarguil
On Wed, Jun 28, 2017 at 05:03:55PM +0300, Vasily Philipov wrote: > The user must request isolated mode before device configuration, > the default RSS ring isn't created in this case. > > Signed-off-by: Vasily Philipov Minor nit, please see below. > --- > drivers/net/mlx4/mlx4.c | 58 > ++

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

2017-06-28 Thread Vasily Philipov
The user must request isolated mode before device configuration, the default RSS ring isn't created in this case. Signed-off-by: Vasily Philipov --- drivers/net/mlx4/mlx4.c | 58 +++- drivers/net/mlx4/mlx4.h | 1 + drivers/net/mlx4/mlx4_flow.c |