Re: [dpdk-dev] [PATCH] ethdev: fix flow expansion matching types

2018-07-12 Thread Thomas Monjalon
11/07/2018 09:16, Adrien Mazarguil: > On Wed, Jul 11, 2018 at 08:49:35AM +0200, Nelio Laranjeiro wrote: > > Node RSS types are generally covering more RSS kind than the user is > > requesting, it should accept to expand even if only a single bit is > > remains after masking. Setting the correct RS

Re: [dpdk-dev] [PATCH] ethdev: fix flow expansion matching types

2018-07-11 Thread Adrien Mazarguil
On Wed, Jul 11, 2018 at 08:49:35AM +0200, Nelio Laranjeiro wrote: > Node RSS types are generally covering more RSS kind than the user is > requesting, it should accept to expand even if only a single bit is > remains after masking. Setting the correct RSS kind for the rule > remains the driver job

[dpdk-dev] [PATCH] ethdev: fix flow expansion matching types

2018-07-10 Thread Nelio Laranjeiro
Node RSS types are generally covering more RSS kind than the user is requesting, it should accept to expand even if only a single bit is remains after masking. Setting the correct RSS kind for the rule remains the driver job. Fixes: 959823ce4c47 ("ethdev: add flow API to expand RSS flows") Signe