From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id AA205C508 for ; Wed, 24 Jun 2015 05:26:33 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 23 Jun 2015 20:26:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,669,1427785200"; d="scan'208";a="752154120" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 23 Jun 2015 20:26:30 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t5O3QU4P019228 for ; Wed, 24 Jun 2015 11:26:30 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5O3QQb3012046 for ; Wed, 24 Jun 2015 11:26:28 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t5O3QQEt012042 for dev@dpdk.org; Wed, 24 Jun 2015 11:26:26 +0800 From: Wenzhuo Lu To: dev@dpdk.org Date: Wed, 24 Jun 2015 11:25:49 +0800 Message-Id: <1435116386-12010-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 00/37] update ixgbe base driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 03:26:34 -0000 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