[dpdk-dev] [PATCH 00/37] update ixgbe base driver

Wenzhuo Lu wenzhuo.lu at intel.com
Wed Jun 24 05:25:49 CEST 2015


Short summary:
*update Low Power Link Up to use MAC ops link
*fix 1G and 10G link stability for x550em SFP+
*update x550em SFP link setup
*add shift define for EEE_SU.TEEE_DLY
*add x550em identify SFP module support
*return err when SFP module is not present
*power down the x550em PHY on overtemp events
*restore advertised autoneg after setting LPLU
*fix UniPHY link configuration
*add macro for x550em bus speed fuse
*add a new 82599 device ID
*enable FEC when EEE is disabled
*release semaphores in proper order
*add wait helper for IOSF accesses
*use a semaphore to serialize IOSF accesses
*check for functional ucode
*add KR/iXFI internal link mode support
*check link again after getting speed
*config MDIO clock for x550em
*add support for led_on and led_off for X557 PHY LEDs
*update EEE/FEC support for device X550EM_X_KR
*introduce array of mac-type-dependent values
*use mvals array for I2C_*_BY_MAC values
*use mvals array for *_GPI*_BY_MAC values
*use mvals array for CIA*_BY_MAC values
*add new mac-dependent values for x540, x550
*disable SW LPLU implementation for x557 V2
*remove FEC disablement for x550em
*modify register definition code style
*specific process for X550 and X550em when disabling PCIe master
*fix flow control to be KR only
*force cs4227 LINE side to 10G SR mode
*add support for new x550 PHY IDs

Wenzhuo Lu (37):
  ixgbe/base: update readme
  ixgbe/base: update Low Power Link Up to use MAC ops link
  ixgbe/base: fix 1G and 10G link stability for x550em SFP+
  ixgbe/base: update x550em SFP link setup
  ixgbe/base: add shift define for EEE_SU.TEEE_DLY
  ixgbe/base: add x550em identify SFP module support
  ixgbe/base: fix potential warning
  ixgbe/base: return err when SFP module is not present
  ixgbe/base: power down the x550em PHY on overtemp events
  ixgbe/base: restore advertised autoneg after setting LPLU
  ixgbe/base: fix UniPHY link configuration
  ixgbe/base: add macro for x550em bus speed fuse
  ixgbe/base: add a new 82599 device ID
  ixgbe/base: enable FEC when EEE is disabled
  ixgbe/base: release semaphores in proper order
  ixgbe/base: add wait helper for IOSF accesses
  ixgbe/base: use a semaphore to serialize IOSF accesses
  ixgbe/base: check for functional ucode
  ixgbe/base: add KR/iXFI internal link mode support
  ixgbe/base: check link again after getting speed
  ixgbe/base: config MDIO clock for x550em
  ixgbe/base: add support for led_on and led_off for X557 PHY LEDs
  ixgbe/base: update EEE/FEC support for device X550EM_X_KR
  ixgbe/base: introduce array of mac-type-dependent values
  ixgbe/base: use mvals array for I2C_*_BY_MAC values
  ixgbe/base: use mvals array for *_GPI*_BY_MAC values
  ixgbe/base: use mvals array for CIA*_BY_MAC values
  ixgbe/base: add new mac-dependent values for x540, x550
  ixgbe/base: disable SW LPLU implementation for x557 V2
  ixgbe/base: remove FEC disablement for x550em
  ixgbe/base: modify register definition code style
  ixgbe/base: specific process for X550 and X550em when disabling PCIe
    master
  ixgbe/base: fix flow control to be KR only
  ixgbe/base: fix 5G and 2.5G speed description
  ixgbe/base: force cs4227 LINE side to 10G SR mode
  ixgbe/base: a minor optimization for max link up time
  ixgbe/base: add support for new x550 PHY IDs

 drivers/net/ixgbe/base/README         |   2 +-
 drivers/net/ixgbe/base/ixgbe_82598.c  |   4 +-
 drivers/net/ixgbe/base/ixgbe_api.c    |  27 ++
 drivers/net/ixgbe/base/ixgbe_common.c |   5 +-
 drivers/net/ixgbe/base/ixgbe_phy.c    |   8 +-
 drivers/net/ixgbe/base/ixgbe_phy.h    |   7 +-
 drivers/net/ixgbe/base/ixgbe_type.h   | 251 +++++++++---
 drivers/net/ixgbe/base/ixgbe_x540.c   |   8 +-
 drivers/net/ixgbe/base/ixgbe_x550.c   | 699 ++++++++++++++++++++++++----------
 drivers/net/ixgbe/base/ixgbe_x550.h   |   3 +
 10 files changed, 739 insertions(+), 275 deletions(-)

-- 
1.9.3



More information about the dev mailing list