From: Or Gerlitz
Date: Wed, 16 Sep 2015 14:05:25 +0300
> On Wed, Sep 16, 2015 at 4:29 AM, Eric Dumazet wrote:
>> From: Eric Dumazet
>>
>> When changing rss key, we do not want to overwrite user provided key
>> by the one provided by netdev_rss_key_fill(), which is the host random
>> key generat
On Wed, Sep 16, 2015 at 4:29 AM, Eric Dumazet wrote:
> From: Eric Dumazet
>
> When changing rss key, we do not want to overwrite user provided key
> by the one provided by netdev_rss_key_fill(), which is the host random
> key generated at boot time.
>
> Fixes: 947cbb0ac242 ("net/mlx4_en: Support
From: Eric Dumazet
When changing rss key, we do not want to overwrite user provided key
by the one provided by netdev_rss_key_fill(), which is the host random
key generated at boot time.
Fixes: 947cbb0ac242 ("net/mlx4_en: Support for configurable RSS hash function")
Signed-off-by: Eric Dumazet