Re: [dpdk-dev] [PATCH] net/mlx5: fix default RSS level

2018-05-17 Thread Shahaf Shuler
Thursday, May 17, 2018 4:32 PM, Nélio Laranjeiro: > Subject: Re: [PATCH] net/mlx5: fix default RSS level > > On Tue, May 15, 2018 at 04:23:24PM +0300, Shahaf Shuler wrote: > > Using inner RSS by default for GRE leads to memory corruption as the > > extra flow items added for the inner RSS are not

Re: [dpdk-dev] [PATCH] net/mlx5: fix default RSS level

2018-05-17 Thread Nélio Laranjeiro
On Tue, May 15, 2018 at 04:23:24PM +0300, Shahaf Shuler wrote: > Using inner RSS by default for GRE leads to memory corruption as the > extra flow items added for the inner RSS are not counted in the flow > attributes buffer size. > > Fixing by enforcing the default RSS level to be outer. This muc

[dpdk-dev] [PATCH] net/mlx5: fix default RSS level

2018-05-15 Thread Shahaf Shuler
Using inner RSS by default for GRE leads to memory corruption as the extra flow items added for the inner RSS are not counted in the flow attributes buffer size. Fixing by enforcing the default RSS level to be outer. This much simplify the flow engine and more robust. Future optimization for out o