This series contains updates to ice driver only. Anirudh adds the ability for the driver to handle EMP resets correctly by adding the logic to the existing ice_reset_subtask().
Jeb fixes up the logic to properly free up the resources for a switch rule whether or not it was successful in the removal. Brett fixes up the reporting of ITR values to let the user know odd ITR values are not allowed. Fixes the driver to only disable VLAN pruning on VLAN deletion when the VLAN being deleted is the last VLAN on the VF VSI. Chinh updates the driver to determine the TSA value from the priority value when in CEE mode. Bruce aligns the driver with the hardware specification by ensuring that a PF reset is done as part of the unload logic. Also update the driver unloading field, based on the latest hardware specification, which allows us to remove an unnecessary endian conversion. Moves #defines based on their need in the code. Jesse adds the current state of auto-negotiation in the link up message. In addition, adds additional information to inform the user of an issue with the topology/configuration of the link. Usha updates the driver to allow the maximum TCs that the firmware supports, rather than hard coding to a set value. Dave updates the DCB initialization flow to handle the case of an actual error during DCB init. Updated the driver to report the current stats, even when the netdev is down, which aligns with our other drivers. Mitch fixes the VF reset code flows to ensure that it properly calls ice_dis_vsi_txq() to notify the firmware that the VF is being reset. Michal fixes the driver so the DCB is not enabled when the SW LLDP is activated, which was causing a communication issue with other NICs. The problem lies in that DCB was being enabled without checking the number of TCs. The following are changes since commit 67538eb5c00f08d7fe27f1bb703098b17302bdc0: Merge branch 'mvpp2-per-cpu-buffers' and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE Anirudh Venkataramanan (1): ice: Fix EMP reset handling Brett Creeley (2): ice: Report what the user set for coalesce [tx|rx]-usecs ice: Only disable VLAN pruning for the VF when all VLANs are removed Bruce Allan (2): ice: add needed PFR during driver unload ice: update driver unloading field for Queue Shutdown AQ command Chinh T Cao (1): ice: Deduce TSA value from the priority value in the CEE mode Dave Ertman (2): ice: Correctly handle return values for init DCB ice: Report stats when VSI is down Jeb Cramer (1): ice: Fix resource leak in ice_remove_rule_internal() Jesse Brandeburg (2): ice: add print of autoneg state to link message ice: print extra message if topology issue Michal Swiatkowski (1): ice: Remove enable DCB when SW LLDP is activated Mitch Williams (1): ice: Always notify FW of VF reset Tony Nguyen (1): ice: Cleanup defines in ice_type.h Usha Ketineni (1): ice: Limit Max TCs on devices with more than 4 ports .../net/ethernet/intel/ice/ice_adminq_cmd.h | 5 +- drivers/net/ethernet/intel/ice/ice_common.c | 14 ++- drivers/net/ethernet/intel/ice/ice_dcb.c | 8 +- drivers/net/ethernet/intel/ice/ice_dcb_lib.c | 16 ++-- drivers/net/ethernet/intel/ice/ice_ethtool.c | 88 +++++++++---------- drivers/net/ethernet/intel/ice/ice_main.c | 43 ++++++++- drivers/net/ethernet/intel/ice/ice_switch.c | 5 +- drivers/net/ethernet/intel/ice/ice_type.h | 9 +- .../net/ethernet/intel/ice/ice_virtchnl_pf.c | 30 ++++--- 9 files changed, 144 insertions(+), 74 deletions(-) -- 2.21.0