[Intel-wired-lan] [PATCH 00/13] Feature updates for ice

Anirudh Venkataramanan anirudh.venkataramanan at intel.com
Mon Jul 23 23:13:35 UTC 2018


This patch series includes new features and implementation updates
for the ice driver.

Akeem G Abodunrin (1):
  ice: Introduce SERVICE_DIS flag and service routine functions

Anirudh Venkataramanan (5):
  ice: Minor updates to Tx scheduler code
  ice: Prevent control queue operations during reset
  ice: Refactor switch rule management structures and functions
  ice: Refactor VSI allocation, deletion and rebuild flow
  ice: Clean up register file

Brett Creeley (1):
  ice: Make ice_vsi_kill_vlan return an error code

Chinh Cao (1):
  ice: Implement handlers for ethtool PHY/link operations

Hieu Tran (1):
  ice: Enable firmware logging during device initialization.

Md Fahad Iqbal Polash (1):
  ice: Implement ice_bridge_getlink and ice_bridge_setlink

Phani R Burra (1):
  ice: Get both device and function capabilities

Sudheer Mogilappagari (1):
  ice: Add support for Tx hang, Tx timeout and malicious driver
    detection

Zhenning Xiao (1):
  ice: Code optimization for ice_fill_sw_rule()

 drivers/net/ethernet/intel/ice/ice.h            |    7 +
 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h |   94 +-
 drivers/net/ethernet/intel/ice/ice_common.c     |  361 +++++-
 drivers/net/ethernet/intel/ice/ice_common.h     |   15 +-
 drivers/net/ethernet/intel/ice/ice_controlq.c   |    3 +
 drivers/net/ethernet/intel/ice/ice_ethtool.c    |  805 ++++++++++++-
 drivers/net/ethernet/intel/ice/ice_hw_autogen.h |  456 ++++---
 drivers/net/ethernet/intel/ice/ice_main.c       |  967 ++++++++++++---
 drivers/net/ethernet/intel/ice/ice_sched.c      |  117 +-
 drivers/net/ethernet/intel/ice/ice_status.h     |    1 +
 drivers/net/ethernet/intel/ice/ice_switch.c     | 1460 ++++++++++++++---------
 drivers/net/ethernet/intel/ice/ice_switch.h     |   50 +-
 drivers/net/ethernet/intel/ice/ice_txrx.c       |    1 +
 drivers/net/ethernet/intel/ice/ice_txrx.h       |    1 +
 drivers/net/ethernet/intel/ice/ice_type.h       |   42 +-
 15 files changed, 3207 insertions(+), 1173 deletions(-)

-- 
2.14.3



More information about the Intel-wired-lan mailing list