]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/mlx4_en: really allow to change RSS key
authorEric Dumazet <edumazet@google.com>
Wed, 16 Sep 2015 01:29:47 +0000 (18:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Oct 2015 11:51:37 +0000 (13:51 +0200)
commitd192596179a62abe787ed7184fc1cd1d1ec41920
tree771fcffb26f49a2446e4e5393dbd81bd0ddfc59f
parent065b4761929a2315ddcc2f4356a9efbd6d105d0e
net/mlx4_en: really allow to change RSS key

[ Upsteam commit 4671fc6d47e0a0108fe24a4d830347d6a6ef4aa7 ]

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 <edumazet@google.com>
Cc: Eyal Perry <eyalpe@mellanox.com>
CC: Amir Vadai <amirv@mellanox.com>
Acked-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx4/en_rx.c