Re: [dpdk-dev] [PATCH] net/mlx5: fix flow creation with a single target queue

2018-02-14 Thread Adrien Mazarguil
On Wed, Feb 14, 2018 at 04:04:45PM +0100, Nelio Laranjeiro wrote: > Adding a pattern targeting a single queues wrongly behaves as it is an RSS > request, ending by creating several Verbs flows rules to match the RSS > configuration. > > Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration

[dpdk-dev] [PATCH] net/mlx5: fix flow creation with a single target queue

2018-02-14 Thread Nelio Laranjeiro
Adding a pattern targeting a single queues wrongly behaves as it is an RSS request, ending by creating several Verbs flows rules to match the RSS configuration. Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") Cc: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro --- dr