commit | fe62d001372388abb15a324148c913f9b43722a8 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Thu May 15 01:25:27 2014 +0100 |
committer | Ben Hutchings <ben@decadent.org.uk> | Tue Jun 03 02:42:44 2014 +0100 |
tree | 28b1c01e537430432ee340ae8b6ad20c50429701 | |
parent | 33cb0fa7888510b5bd2096352b200cfe29db10fe [diff] |
ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() ETHTOOL_{G,S}RXFHINDIR and ETHTOOL_{G,S}RSSH should work for drivers regardless of whether they expose the hash key, unless you try to set a hash key for a driver that doesn't expose it. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>