From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 46041A00BE; Wed, 8 Jul 2020 02:50:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8C6A61DA2B; Wed, 8 Jul 2020 02:50:37 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C59B21D9B3 for ; Wed, 8 Jul 2020 02:50:36 +0200 (CEST) IronPort-SDR: d8oQUrP1tjyrIujIyBYn1M+Q//HVyJqt3JAq/8FZmq4GTIFDMDmax5YVlBBoKHAW+Qvl/uVAm6 FfQDv+snK2/g== X-IronPort-AV: E=McAfee;i="6000,8403,9675"; a="212662031" X-IronPort-AV: E=Sophos;i="5.75,325,1589266800"; d="scan'208";a="212662031" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2020 17:50:35 -0700 IronPort-SDR: Ua3fUlOwEwnpLsVzej4PlyUyl/ldLMtZsgWtEct+DPArNMMDjzj0abFmqkzF/3wRP+yqVwyDL+ Rms082WUdOWw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,325,1589266800"; d="scan'208";a="279783083" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 07 Jul 2020 17:50:35 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 7 Jul 2020 17:50:34 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 7 Jul 2020 17:50:34 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.135]) with mapi id 14.03.0439.000; Wed, 8 Jul 2020 08:50:30 +0800 From: "Zhang, Qi Z" To: "Sun, GuinanX" , "dev@dpdk.org" CC: "Guo, Jia" , "Zhao1, Wei" , "Sun, GuinanX" Thread-Topic: [dpdk-dev] [PATCH v2 00/20] update ixgbe base code Thread-Index: AQHWUCEyOivem/yXw0+3Xy1CrfJIfKj84zQg Date: Wed, 8 Jul 2020 00:50:30 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154856B5A@SHSMSX103.ccr.corp.intel.com> References: <20200612032410.20864-1-guinanx.sun@intel.com> <20200702031329.4495-1-guinanx.sun@intel.com> In-Reply-To: <20200702031329.4495-1-guinanx.sun@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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/20] update ixgbe base code 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Guinan Sun > Sent: Thursday, July 2, 2020 11:13 AM > To: dev@dpdk.org > Cc: Guo, Jia ; Zhao1, Wei ; Sun, > GuinanX > Subject: [dpdk-dev] [PATCH v2 00/20] update ixgbe base code >=20 > source code of ixgbe driver: > not-released-cid-ixgbe.2020.06.09.tar.gz released by the team which devel= op > basic drivers for any ixgbe NIC. >=20 > changelog in ND share repo: > From 66d7da32d8e8 ("ixgbe-shared: Add support to clear VFMBMEM and > toggle VF's TX queues") To 7f2d73c9742b ("ixgbe-shared: check Host > Interface Return Status for Shadow RAM Write command for X550") > v2: > * Remove codes about IXGBE_NVMUPD_SUPPORT. > * Remove codes about PREBOOT_SUPPORT. > * Remove codes about IXGBE_SFP_DETECT_RETRIES. > * Remove codes about IXGBE_EEPROM_GRANT_ATTEMPTS. > * Remove codes about IXGBE_VFWRITE_REG. > * Remove some useless defines. > * Modify commit messages. > * Split some patch to two patches and Merge some patches to one patch. > * Update README. > * Rebase >=20 > Guinan Sun (20): > net/ixgbe/base: toggle VF's Tx queues > net/ixgbe/base: add support to clear VFMBMEM > net/ixgbe/base: fix host interface shadow RAM read > net/ixgbe/base: change flow for "Apply Update" command > net/ixgbe/base: fix x550em 10G NIC link status report > net/ixgbe/base: resolve infinite recursion on PCIe link down > net/ixgbe/base: added register definitions for NVM update > net/ixgbe/base: cleanup spelling mistakes in comments > net/ixgbe/base: remove whitespace in function comments > net/ixgbe/base: move increments after evaluations > net/ixgbe/base: create dedicated func to restart auto nego > net/ixgbe/base: modify coding style > net/ixgbe/base: remove unnecessary log message FC autonego > net/ixgbe/base: initialize data field in struct buffer > net/ixgbe/base: improve log about autonego being disabled > net/ixgbe/base: add ipv6 mask for FDIR feature > net/ixgbe/base: remove default advertising for x550 2.5G/5G > net/ixgbe/base: check host interface return status > net/ixgbe/base: cleanup pre-processor tags > net/ixgbe/base: update version >=20 > drivers/net/ixgbe/base/README | 2 +- > drivers/net/ixgbe/base/ixgbe_82598.c | 238 ++--- > drivers/net/ixgbe/base/ixgbe_82599.c | 397 ++++---- > drivers/net/ixgbe/base/ixgbe_api.c | 879 ++++++++--------- > drivers/net/ixgbe/base/ixgbe_api.h | 1 + > drivers/net/ixgbe/base/ixgbe_common.c | 1110 +++++++++++----------- > drivers/net/ixgbe/base/ixgbe_common.h | 3 +- > drivers/net/ixgbe/base/ixgbe_dcb.c | 6 +- > drivers/net/ixgbe/base/ixgbe_dcb_82598.c | 2 +- > drivers/net/ixgbe/base/ixgbe_dcb_82599.c | 2 +- > drivers/net/ixgbe/base/ixgbe_hv_vf.c | 20 +- > drivers/net/ixgbe/base/ixgbe_mbx.c | 285 +++--- > drivers/net/ixgbe/base/ixgbe_mbx.h | 1 + > drivers/net/ixgbe/base/ixgbe_phy.c | 488 +++++----- > drivers/net/ixgbe/base/ixgbe_phy.h | 3 +- > drivers/net/ixgbe/base/ixgbe_type.h | 26 +- > drivers/net/ixgbe/base/ixgbe_vf.c | 170 ++-- > drivers/net/ixgbe/base/ixgbe_x540.c | 190 ++-- > drivers/net/ixgbe/base/ixgbe_x550.c | 527 +++++----- > 19 files changed, 2218 insertions(+), 2132 deletions(-) >=20 > -- > 2.17.1 Applied to dpdk-next-net-intel. Thanks Qi