From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=4hPUGxEDxrtQCSlUv5MAf9NQSobJdiS25Ubu2QdHBqc=; b=dyRm8qJUQTCjaSvFsoOq5DMAyvhgyHWhUwYxnROx1UcEdnqq/XizGd+VtqZdldOU/I dITPfVvIjOhBttBe1dwkZbJYPUlK8O9iwW+S/M/Wb77NDs8Wp+GZBgNqTHz0AGtG2Wmy 3fpXAlWXin4qVckFLALKbRj6Yv+5SZoCsLOGhiEVA/Q0vqWgLbeLeCbyky6V+cU3TSQa ieseSt1JSjoykLVmUMQ1D1tpwWA/tbX/bwk+5J/f8aJqbNVKcq695DrMqrltnIkHyPRb Cffv8KzUAYN0q5GRqt86HCXF33YqbDtLCn7fkOK4kUrYvH7+FasNVTwP57Iw7syDgBQg VJ1g== X-Gm-Message-State: ALoCoQk5E/1zGdcIbz+U+sK5NfDF1csSQyRAQ7DmkG1KxT9Us+ie8Qj0YYngcuEeRaWh+dDDc50t X-Received: by 10.180.86.234 with SMTP id s10mr34367801wiz.50.1434401422857; Mon, 15 Jun 2015 13:50:22 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id r9sm20661148wjo.26.2015.06.15.13.50.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 13:50:21 -0700 (PDT) From: Thomas Monjalon To: "Lu, Wenzhuo" Date: Mon, 15 Jun 2015 22:49:25 +0200 Message-ID: <1527896.AkBBExLPJZ@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1433481718-24253-1-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Mon, 15 Jun 2015 20:50:24 -0000 > > 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