From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/26] update ixgbe base driver Date: Mon, 15 Jun 2015 22:49:25 +0200 Message-ID: <1527896.AkBBExLPJZ@xps13> References: <1433481718-24253-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Lu, Wenzhuo" Return-path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 030CD12A8 for ; Mon, 15 Jun 2015 22:50:24 +0200 (CEST) Received: by wgez8 with SMTP id z8so78220698wge.0 for ; Mon, 15 Jun 2015 13:50:22 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > > Acked-by: Helin Zhang This bulked update has some good commit messages. Applied, thanks