Re: [PATCH net-next] net/mlx4_en: fix ethtool -x

2016-06-09 Thread David Miller
From: Eric Dumazet Date: Tue, 07 Jun 2016 21:24:18 -0700 > From: Eric Dumazet > > mlx4 RSS is limited to spread incoming packets to a power of two number > of queues. > > An uniformly distibuted traffic would be split on queues 0 to N-1, N > being a power of two, each queue having a 1/N weight

Re: [PATCH net-next] net/mlx4_en: fix ethtool -x

2016-06-09 Thread Tariq Toukan
Thanks, looks good. Reviewed-by: Tariq Toukan

[PATCH net-next] net/mlx4_en: fix ethtool -x

2016-06-07 Thread Eric Dumazet
From: Eric Dumazet mlx4 RSS is limited to spread incoming packets to a power of two number of queues. An uniformly distibuted traffic would be split on queues 0 to N-1, N being a power of two, each queue having a 1/N weight. If number of RX queues is not a power of two, upper RX queues do not r