Re: [dpdk-dev] [PATCH v5 3/4] net/mlx4: support for the RSS flow action

2017-06-29 Thread Adrien Mazarguil
On Wed, Jun 28, 2017 at 05:03:56PM +0300, Vasily Philipov wrote: > The isolated mode should be enabled. > The number of queues in RSS ring must be power of 2. > The sharing a queue between several RSS rings is impossible. > > Signed-off-by: Vasily Philipov Alternative suggestion for commit log:

[dpdk-dev] [PATCH v5 3/4] net/mlx4: support for the RSS flow action

2017-06-28 Thread Vasily Philipov
The isolated mode should be enabled. The number of queues in RSS ring must be power of 2. The sharing a queue between several RSS rings is impossible. Signed-off-by: Vasily Philipov --- drivers/net/mlx4/mlx4.c | 21 +++-- drivers/net/mlx4/mlx4.h | 5 ++ drivers/net/mlx4/mlx4_flow.c