Re: [dpdk-dev] [PATCH v5 02/11] net/mlx4: fix ignored RSS hash types

2018-04-17 Thread Nélio Laranjeiro
On Mon, Apr 16, 2018 at 06:21:50PM +0200, Adrien Mazarguil wrote: > When an unsupported hash type is part of a RSS configuration structure, it > is silently ignored instead of triggering an error. This may lead > applications to assume that such types are accepted, while they are in fact > not part

[dpdk-dev] [PATCH v5 02/11] net/mlx4: fix ignored RSS hash types

2018-04-16 Thread Adrien Mazarguil
When an unsupported hash type is part of a RSS configuration structure, it is silently ignored instead of triggering an error. This may lead applications to assume that such types are accepted, while they are in fact not part of the resulting flow rules. Fixes: 078b8b452e6b ("net/mlx4: add RSS flo