From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 96B5E5A58 for ; Tue, 9 Jun 2015 06:10:37 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 08 Jun 2015 21:10:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,577,1427785200"; d="scan'208";a="505231188" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jun 2015 21:10:35 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 9 Jun 2015 12:10:35 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.94]) by SHSMSX101.ccr.corp.intel.com ([10.239.4.153]) with mapi id 14.03.0224.002; Tue, 9 Jun 2015 12:10:34 +0800 From: "Zhang, Helin" To: "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH 00/26] update ixgbe base driver Thread-Index: AQHQn0+htFtmktCtKkyI97WaTs2f1Z2jlbYw Date: Tue, 9 Jun 2015 04:10:33 +0000 Message-ID: References: <1433481718-24253-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1433481718-24253-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/26] 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: Tue, 09 Jun 2015 04:10:38 -0000 Acked-by: Helin Zhang > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, June 5, 2015 1:22 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 00/26] update ixgbe base driver >=20 > Short summary: > *update copyright and readme > *fix code comment, double from > *fix typo error in code comment > *check return value after calling > *allow tunneled UDP and TCP frames to reach their destination *erase > ixgbe_get_hi_status *provide unlocked I2C methods *reduce I2C retry count= on > X550 devices *issue firmware command when coming up *add logic to reset > CS4227 when needed *restore ESDP settings after MAC reset *disable FEC to > save power *set lan_id for non-PCIe devices *add SFP+ dual-speed support = *add > SW based LPLU support *fix flow control for KR backplane *new simplified > x550em init flow *move I2C MUX function from ixgbe_x540.c to ixgbe_x550.c > *change return value for ixgbe_setup_internal_phy_t_x550em > *ixgbe_setup_internal_phy_x550em function clean-up *add x550em Auto neg > Flow Control support *add x550em PHY interrupt and forced 1G/10G support > *add link check support for x550em PHY *set lan_id before first I2C acces= s > *added x550em PHY reset function *block EEE setup on the interfaces which > don't support EEE >=20 > Wenzhuo Lu (26): > ixgbe/base: update copyright and readme > ixgbe/base: fix code comment, double from > ixgbe/base: fix typo error in code comment > ixgbe/base: check return value after calling > ixgbe/base: allow tunneled UDP and TCP frames to reach their > destination > ixgbe/base: erase ixgbe_get_hi_status > ixgbe/base: provide unlocked I2C methods > ixgbe/base: reduce I2C retry count on X550 devices > ixgbe/base: issue firmware command when coming up > ixgbe/base: add logic to reset CS4227 when needed > ixgbe/base: restore ESDP settings after MAC reset > ixgbe/base: disable FEC(Forward Error Correction) to save power > ixgbe/base: set lan_id for non-PCIe devices > ixgbe/base: add SFP+ dual-speed support > ixgbe/base: add SW based LPLU support > ixgbe/base: fix flow control for KR backplane > ixgbe/base: new simplified x550em init flow > ixgbe/base: move I2C MUX function from ixgbe_x540.c to ixgbe_x550.c > ixgbe/base: change return value for ixgbe_setup_internal_phy_t_x550em > ixgbe/base: ixgbe_setup_internal_phy_x550em function clean-up > ixgbe/base: add x550em Auto neg Flow Control support > ixgbe/base: add x550em PHY interrupt and forced 1G/10G support > ixgbe/base: add link check support for x550em PHY > ixgbe/base: set lan_id before first I2C access > ixgbe/base: added x550em PHY reset function > ixgbe/base: block EEE(Energy Efficient Ethernet) setup on the > interfaces that don't support EEE >=20 > drivers/net/ixgbe/base/README | 4 +- > drivers/net/ixgbe/base/ixgbe_82598.c | 7 +- > drivers/net/ixgbe/base/ixgbe_82598.h | 2 +- > drivers/net/ixgbe/base/ixgbe_82599.c | 191 +----- > drivers/net/ixgbe/base/ixgbe_82599.h | 7 +- > drivers/net/ixgbe/base/ixgbe_api.c | 141 +++- > drivers/net/ixgbe/base/ixgbe_api.h | 16 +- > drivers/net/ixgbe/base/ixgbe_common.c | 270 +++++++- > drivers/net/ixgbe/base/ixgbe_common.h | 9 +- > drivers/net/ixgbe/base/ixgbe_dcb.c | 2 +- > drivers/net/ixgbe/base/ixgbe_dcb.h | 2 +- > drivers/net/ixgbe/base/ixgbe_dcb_82598.c | 2 +- > drivers/net/ixgbe/base/ixgbe_dcb_82598.h | 2 +- > drivers/net/ixgbe/base/ixgbe_dcb_82599.c | 2 +- > drivers/net/ixgbe/base/ixgbe_dcb_82599.h | 2 +- > drivers/net/ixgbe/base/ixgbe_mbx.c | 2 +- > drivers/net/ixgbe/base/ixgbe_mbx.h | 2 +- > drivers/net/ixgbe/base/ixgbe_osdep.h | 2 +- > drivers/net/ixgbe/base/ixgbe_phy.c | 215 ++++++- > drivers/net/ixgbe/base/ixgbe_phy.h | 23 +- > drivers/net/ixgbe/base/ixgbe_type.h | 70 +- > drivers/net/ixgbe/base/ixgbe_vf.c | 3 +- > drivers/net/ixgbe/base/ixgbe_vf.h | 2 +- > drivers/net/ixgbe/base/ixgbe_x540.c | 32 +- > drivers/net/ixgbe/base/ixgbe_x540.h | 2 +- > drivers/net/ixgbe/base/ixgbe_x550.c | 1029 > ++++++++++++++++++++++++++---- > drivers/net/ixgbe/base/ixgbe_x550.h | 20 +- > 27 files changed, 1646 insertions(+), 415 deletions(-) >=20 > -- > 1.9.3