From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: [net-next 0/6][pull request] 10GbE Intel Wired LAN Driver Updates 2018-05-17 Date: Thu, 17 May 2018 09:37:26 -0700 Message-ID: <20180517163732.30910-1-jeffrey.t.kirsher@intel.com> Cc: Jeff Kirsher , netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com To: davem@davemloft.net Return-path: Received: from mga02.intel.com ([134.134.136.20]:13592 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752483AbeEQQgL (ORCPT ); Thu, 17 May 2018 12:36:11 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This series contains updates to ixgbe, ixgbevf and ice drivers. Cathy Zhou resolves sparse warnings by using the force attribute. Mauro S M Rodrigues fixes a bug where IRQs were not freed if a PCI error recovery system opts to remove the device which causes ixgbe_io_error_detected() to return PCI_ERS_RESULT_DISCONNECT before calling ixgbe_close_suspend() which results in IRQs not freed and crashing when the remove handler calls pci_disable_device(). Resolved this by calling ixgbe_close_suspend() before evaluating the PCI channel state. Pavel Tatashin releases the rtnl_lock during the call to ixgbe_close_suspend() to allow scaling if device_shutdown() is multi-threaded. Emil modifies ixgbe to not validate the MAC address during a reset, unless the MAC was set on the host so that the VF will get a new MAC address every time it reloads. Also updates ixgbevf to set hw->mac.perm_addr in order to retain the custom MAC on a reset. Anirudh updates the ice NVM read/erase/update AQ commands to align with the latest specification. The following are changes since commit b9f672af148bf7a08a6031743156faffd58dbc7e: Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 10GbE Anirudh Venkataramanan (1): ice: Update NVM AQ command functions Cathy Zhou (1): ixgbe: cleanup sparse warnings Emil Tantilov (2): ixgbe: force VF to grab new MAC on driver reload ixgbevf: fix MAC address changes through ixgbevf_set_mac() Mauro S M Rodrigues (1): ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device Pavel Tatashin (1): ixgbe: release lock for the duration of ixgbe_suspend_close() .../net/ethernet/intel/ice/ice_adminq_cmd.h | 13 +++--- drivers/net/ethernet/intel/ice/ice_nvm.c | 7 +-- .../net/ethernet/intel/ixgbe/ixgbe_82599.c | 13 +++--- .../net/ethernet/intel/ixgbe/ixgbe_common.c | 2 +- drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 2 +- .../net/ethernet/intel/ixgbe/ixgbe_ipsec.c | 25 +++++++---- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 44 ++++++++++++------- .../net/ethernet/intel/ixgbe/ixgbe_model.h | 16 +++---- .../net/ethernet/intel/ixgbe/ixgbe_sriov.c | 5 +-- drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 9 ++-- .../net/ethernet/intel/ixgbevf/ixgbevf_main.c | 7 +-- 11 files changed, 82 insertions(+), 61 deletions(-) -- 2.17.0