From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3756E10CD9 for ; Thu, 22 Dec 2016 03:38:18 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 21 Dec 2016 18:38:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,386,1477983600"; d="scan'208";a="1075056091" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by orsmga001.jf.intel.com with ESMTP; 21 Dec 2016 18:38:16 -0800 Received: from pgsmsx110.gar.corp.intel.com (10.221.44.111) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Dec 2016 10:35:56 +0800 Received: from pgsmsx106.gar.corp.intel.com ([169.254.9.52]) by PGSMSX110.gar.corp.intel.com ([10.221.44.111]) with mapi id 14.03.0248.002; Thu, 22 Dec 2016 10:35:56 +0800 From: "Dai, Wei" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: "Zhang, Helin" , "Ananyev, Konstantin" Thread-Topic: [dpdk-dev] [PATCH v2 00/30] update ixgbe shared code to version 16.11.21 Thread-Index: AQHSW2/ornqB7DAvDU63pqW+VKtbXKESIAYAgAEg+4A= Date: Thu, 22 Dec 2016 02:35:56 +0000 Message-ID: <49759EB36A64CF4892C1AFEC9231E8D63A30A9CC@PGSMSX106.gar.corp.intel.com> References: <1482313694-31602-1-git-send-email-wei.dai@intel.com> <6e5d4c65-f0ee-4b18-4935-fa9fce7c84d6@intel.com> In-Reply-To: <6e5d4c65-f0ee-4b18-4935-fa9fce7c84d6@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjAwN2YxM2UtYTA1Yi00ZjczLWI1ZjEtZmZjNGEzMTYxNmI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdzeSs3Q0F6SkUrVTZnS0ZCeU11OWgxTDNsKzJhYVFBeXJmRjU0cW4rZWc9In0= x-ctpclassification: CTP_IC x-originating-ip: [172.30.20.205] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 00/30] update ixgbe shared code to version 16.11.21 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 02:38:19 -0000 Many thanks to you for your taking time to review this patch set. Thanks -Wei > -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, December 22, 2016 1:20 AM > To: Dai, Wei ; dev@dpdk.org > Cc: Zhang, Helin ; Ananyev, Konstantin > > Subject: Re: [dpdk-dev] [PATCH v2 00/30] update ixgbe shared code to vers= ion > 16.11.21 >=20 > On 12/21/2016 9:47 AM, Wei Dai wrote: > > update ixgbe shared code to version 16.11.21 . > > v2 changes: > > modify subject line and message body of git log according to > > feedbacks from communtiy. > > > > split the 24th patch into 2 separate ones. > > the 24th of v1 is net/ixgbe/base: add EEE support for DNL-controlled = PHYs > > the 24th of v2 is net/ixgbe/base: add EEE support for some PHYs > > the 25th of v2 is net/ixgbe/base: remove unused enum type > > > > correct RAEDME > > > > Wei Dai (30): > > net/ixgbe/base: fix PHY reset check for x550em-ext > > net/ixgbe/base: fix clearing SAN MAC address > > net/ixgbe/base: use fast MDIO for non-10G devices > > net/ixgbe/base: fix PHY identification for x550a > > net/ixgbe/base: clean up X557 link status check > > net/ixgbe/base: add driver version to firmware > > net/ixgbe/base: store link active LED > > net/ixgbe/base: cleanup X540 checksum calculation > > net/ixgbe/base: enable LASI only for X552 devices > > net/ixgbe/base: limit iXFI setup to X552 devices > > net/ixgbe/base: fix getting PHY type for some x550 devices > > net/ixgbe/base: fix SGMII link setup for M88 PHYs > > net/ixgbe/base: cleanup dead EEE code > > net/ixgbe/base: fix setting unsupported autoneg speeds > > net/ixgbe/base: support FW commands to control some PHYs > > net/ixgbe/base: use FW commands to control some PHYs > > net/ixgbe/base: support busy SGMII register reads > > net/ixgbe/base: include new speeds in VFLINK interpretation > > net/ixgbe/base: limit 5Gb support to X550 devices > > net/ixgbe/base: add physical layer options for FW PHY type > > net/ixgbe/base: remove unneeded MAC type check > > net/ixgbe/base: remove unused PHY ID > > net/ixgbe/base: update FW PHY flow control > > net/ixgbe/base: add EEE support for some PHYs > > net/ixgbe/base: remove unused enum type > > net/ixgbe/base: fix IXGBE LSWFW register > > net/ixgbe/base: remove unused EEE code > > net/ixgbe/base: add write flush required by Inphi PHY > > net/ixgbe/base: report physical layer for SGMII PHY type > > net/ixgbe/base: update shared code version to 2016.11.21 > <...> >=20 > Series applied to dpdk-next-net/master, thanks. >=20