summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/apm
diff options
context:
space:
mode:
authorAlan Brady <alan.brady@intel.com>2016-08-24 21:33:46 +0300
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2016-09-23 08:33:38 +0300
commitf15823510246444052b35f148c7ae627842b0e05 (patch)
tree63d97e14a6847389d038a772fc424563cea11694 /drivers/net/ethernet/apm
parentcdd0766d7da19085e88df86d1e5e21d9fe3d374f (diff)
downloadlinux-f15823510246444052b35f148c7ae627842b0e05.tar.xz
i40e: fix setting user defined RSS hash key
Previously, when using ethtool to change the RSS hash key, ethtool would report back saying the old key was still being used and no error was reported. It was unclear whether it was being reported incorrectly or being set incorrectly. Debugging revealed 'i40e_set_rxfh()' returned zero immediately instead of setting the key because a user defined indirection table is not supplied when changing the hash key. This fix instead changes it such that if an indirection table is not supplied, then a default one is created and the hash key is now correctly set. Change-ID: Iddb621897ecf208650272b7ee46702cad7b69a71 Signed-off-by: Alan Brady <alan.brady@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/apm')
0 files changed, 0 insertions, 0 deletions