Re: [PATCH net-next 04/13] net/mlx5e: Use only close NUMA node for default RSS

2016-03-11 Thread Saeed Mahameed
On Fri, Mar 11, 2016 at 4:08 PM, Sergei Shtylyov wrote: > Hello. > > On 3/11/2016 4:39 PM, Saeed Mahameed wrote: > >> From: Tariq Toukan >> >> Distribute default RSS table uniformely over the rings of the > > >Uniformly. Indeed :), will fix this Thank you.

Re: [PATCH net-next 04/13] net/mlx5e: Use only close NUMA node for default RSS

2016-03-11 Thread Sergei Shtylyov
Hello. On 3/11/2016 4:39 PM, Saeed Mahameed wrote: From: Tariq Toukan Distribute default RSS table uniformely over the rings of the Uniformly. close NUMA node, instead of all available channels. This way we enforce the preference of close rings over far ones. Signed-off-by: Tariq Touk

[PATCH net-next 04/13] net/mlx5e: Use only close NUMA node for default RSS

2016-03-11 Thread Saeed Mahameed
From: Tariq Toukan Distribute default RSS table uniformely over the rings of the close NUMA node, instead of all available channels. This way we enforce the preference of close rings over far ones. Signed-off-by: Tariq Toukan Signed-off-by: Saeed Mahameed --- drivers/net/ethernet/mellanox/mlx