From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 34D36C4BC for ; Thu, 25 Jun 2015 03:24:17 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 24 Jun 2015 18:24:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,674,1427785200"; d="scan'208";a="717192260" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by orsmga001.jf.intel.com with ESMTP; 24 Jun 2015 18:24:15 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 25 Jun 2015 09:24:13 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002; Thu, 25 Jun 2015 09:24:12 +0800 From: "Zhang, Helin" To: "Lu, Wenzhuo" , Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH 00/37] update ixgbe base driver Thread-Index: AQHQri2moa2gqdf4L0OjyeWsoPdkTJ28bqMA Date: Thu, 25 Jun 2015 01:24:11 +0000 Message-ID: References: <1435116386-12010-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1435116386-12010-1-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [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: Thu, 25 Jun 2015 01:24:17 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Wednesday, June 24, 2015 11:26 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 00/37] update ixgbe base driver >=20 > Short summary: > *update Low Power Link Up to use MAC ops link *fix 1G and 10G link stabil= ity 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 configura= tion > *add macro for x550em bus speed fuse *add a new 82599 device ID *enable F= EC > when EEE is disabled *release semaphores in proper order *add wait helper= for > IOSF accesses *use a semaphore to serialize IOSF accesses *check for func= tional > ucode *add KR/iXFI internal link mode support *check link again after get= ting > speed *config MDIO clock for x550em *add support for led_on and led_off f= or > 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 valu= es > *use mvals array for *_GPI*_BY_MAC values *use mvals array for CIA*_BY_MA= C > 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 >=20 > 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 >=20 > 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(-) >=20 > -- > 1.9.3 Acked-by: Helin Zhang