From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Brady Date: Wed, 4 Oct 2017 10:58:26 -0700 Subject: [Intel-wired-lan] [PATCH 00/13 net-next] i40e: refactor ethtool interface Message-ID: <20171004175839.28364-1-alan.brady@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: This series brings i40e ethtool interface back into the modern era by converting references to the old ethtool API to the new API. This conversion allows us to provide much better support for new 25G and 10G PHY types. Alan Brady (12): i40e: rename 'cmd' variables in ethtool interface i40e: remove ifdef SPEED_25000 i40e: add function header for i40e_get_rxfh i40e: fix clearing link masks in i40e_get_link_ksettings i40e: fix i40e_phy_type_to_ethtool function header i40e: fix comment typo i40e: fix whitespace issues in i40e_ethtool.c i40e: group autoneg PHY types together i40e: convert i40e_phy_type_to_ethtool to new API i40e: convert i40e_get_settings_link_up to new API i40e: rename 'change' variable to 'autoneg_changed' i40e: convert i40e_set_link_ksettings to new API Sudheer Mogilappagari (1): i40e: Add new phy types for 25G AOC and ACC support. drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h | 5 + drivers/net/ethernet/intel/i40e/i40e_common.c | 2 + drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 739 +++++++++++++-------- drivers/net/ethernet/intel/i40e/i40e_type.h | 4 + .../net/ethernet/intel/i40evf/i40e_adminq_cmd.h | 4 + 5 files changed, 474 insertions(+), 280 deletions(-) -- 2.14.1