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