commit | b9d1ab7eb42ede51ffbb6cafffd0a521b30c12e1 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sun Nov 16 06:23:16 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 16 15:59:13 2014 -0500 |
tree | 98b5fe3058b3ec7e8743444fa277bfe8a98891c9 | |
parent | 9913c61c4486e2452ca848729dede6038adb6ec2 [diff] |
mlx4: use netdev_rss_key_fill() helper Use of well known RSS key increases attack surface. Switch to a random one, using generic helper so that all ports share a common key. Also provide ethtool -x support to fetch RSS key Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>