From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5356047CD for ; Mon, 26 Sep 2016 04:06:22 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 25 Sep 2016 19:06:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,396,1470726000"; d="scan'208";a="13153295" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 25 Sep 2016 19:06:21 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 25 Sep 2016 19:06:20 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 25 Sep 2016 19:06:20 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.15]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.95]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 10:06:18 +0800 From: "Lu, Wenzhuo" To: "Wang, Xiao W" CC: "dev@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [PATCH v2 00/40] net/ixgbe: base code update Thread-Index: AQHSFwtIxZ/uZaklxk6Rt6BSwBlgJqCLBseg Date: Mon, 26 Sep 2016 02:06:17 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093932AC3E@shsmsx102.ccr.corp.intel.com> References: <1472312902-16963-2-git-send-email-xiao.w.wang@intel.com> <1474794017-5896-1-git-send-email-xiao.w.wang@intel.com> In-Reply-To: <1474794017-5896-1-git-send-email-xiao.w.wang@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 Subject: Re: [dpdk-dev] [PATCH v2 00/40] net/ixgbe: base code update 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, 26 Sep 2016 02:06:22 -0000 Hi, > -----Original Message----- > From: Wang, Xiao W > Sent: Sunday, September 25, 2016 5:00 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Yigit, Ferruh; Wang, Xiao W > Subject: [PATCH v2 00/40] net/ixgbe: base code update >=20 > v2: - Moved minor changes into a cleanup patch. > - Removed some unofficial names in commit log. > - Rewrote the commit log of patch 05/40 to describe what the patch > actually does. > - Improved the wording of some commit log. >=20 > Update ixgbe base driver, including the following changes: >=20 > * add X550em_a 10G PHY support > * support flow control auto negotiation for X550em_a 1G PHY > * add X550em_a FW ALEF support > * increase mailbox version to ixgbe_mbox_api_13 > * add two MAC ops for Hyper-V support > * some functional fixes >=20 > Xiao Wang (40): > net/ixgbe/base: fix delta check for setting VFTA > net/ixgbe/base: remove X550em SFP iXFI setup > net/ixgbe/base: change endianness of PHY data > net/ixgbe/base: add X550em_a 10G PHY support > net/ixgbe/base: move vf_update_xcast_mode to base code > net/ixgbe/base: introduce new ops init functions > net/ixgbe/base: separate PHY probe code > net/ixgbe/base: fully initialize X550em_a 1G PHYs > net/ixgbe/base: add macros for VF promiscuous mode > net/ixgbe/base: add FC setup for X550em_a fiber > net/ixgbe/base: add FC autoneg for X550em_a fiber > net/ixgbe/base: clear page register in error path > net/ixgbe/base: configure DMAC for 10Mb operation > net/ixgbe/base: fix function comments about X550 > net/ixgbe/base: report setting LPE register error > net/ixgbe/base: bump mailbox version > net/ixgbe/base: access IOSF by host interface > net/ixgbe/base: fix check on NACK > net/ixgbe/base: define X550 PCIe serial MAC addr > net/ixgbe/base: bypass checking link for crosstalk > net/ixgbe/base: support X550em_a SGMII FC autoneg > net/ixgbe/base: add macros for GENEVE UDP port > net/ixgbe/base: add bound check in LED functions > net/ixgbe/base: use default check link function > net/ixgbe/base: set default autoneg speed at reset > net/ixgbe/base: add missing FDIRSCTPM mask setting > net/ixgbe/base: commonize mailbox write and read > net/ixgbe/base: reduce delay for SWFW semaphore > net/ixgbe/base: report autoneg supported for X550 > net/ixgbe/base: remove X550em_a 100Mbps support > net/ixgbe/base: unify link speed value > net/ixgbe/base: separate ops init from PHY init > net/ixgbe/base: add X550em_a FW ALEF support > net/ixgbe/base: add two MAC ops for Hyper-V > net/ixgbe/base: hold semaphore for shadow RAM access > net/ixgbe/base: update X550em_a backplane speed > net/ixgbe/base: clean code of flow control autoneg > net/ixgbe/base: do not skip PHY configuration > net/ixgbe/base: clean up > net/ixgbe/base: add base driver update brief >=20 > doc/guides/rel_notes/release_16_11.rst | 9 + > drivers/net/ixgbe/base/README | 2 +- > drivers/net/ixgbe/base/ixgbe_82598.c | 6 +- > drivers/net/ixgbe/base/ixgbe_82599.c | 16 +- > drivers/net/ixgbe/base/ixgbe_api.c | 11 +- > drivers/net/ixgbe/base/ixgbe_api.h | 2 + > drivers/net/ixgbe/base/ixgbe_common.c | 258 +++++-- > drivers/net/ixgbe/base/ixgbe_common.h | 3 +- > drivers/net/ixgbe/base/ixgbe_mbx.h | 7 +- > drivers/net/ixgbe/base/ixgbe_osdep.h | 1 + > drivers/net/ixgbe/base/ixgbe_phy.c | 100 ++- > drivers/net/ixgbe/base/ixgbe_phy.h | 71 +- > drivers/net/ixgbe/base/ixgbe_type.h | 73 +- > drivers/net/ixgbe/base/ixgbe_vf.c | 103 ++- > drivers/net/ixgbe/base/ixgbe_vf.h | 3 +- > drivers/net/ixgbe/base/ixgbe_x540.c | 10 +- > drivers/net/ixgbe/base/ixgbe_x550.c | 1262 +++++++++++++++++++++-----= ---- > -- > drivers/net/ixgbe/base/ixgbe_x550.h | 61 +- > drivers/net/ixgbe/ixgbe_ethdev.c | 43 +- > 19 files changed, 1360 insertions(+), 681 deletions(-) >=20 > -- > 1.9.3 Series-Acked-by: Wenzhuo Lu