]> www.infradead.org Git - users/jedix/linux-maple.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:49:16 +0000 (13:49 +0200)
commitfd0a1a9da244fe54dd7756e25a074c5cb12fe444
treea4f665f5b18cf79ff1947228a20d12917edc8e93
parent022ce825bec2cba19bfb3cc5473df4347851c506
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