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 9550EA0350; Mon, 22 Jun 2020 05:51:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DB9AE1C12B; Mon, 22 Jun 2020 05:51:02 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id F26D51C0AD for ; Mon, 22 Jun 2020 05:51:00 +0200 (CEST) IronPort-SDR: PI8dTFQDGx84H5m0wtQP6HDP1BheREHyKYXmdsup6QAtHnzNCC+HAGJb1GtJeVGKwMT3nHMAIz 3mR4UZKnnv8Q== X-IronPort-AV: E=McAfee;i="6000,8403,9659"; a="142709111" X-IronPort-AV: E=Sophos;i="5.75,265,1589266800"; d="scan'208";a="142709111" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2020 20:50:59 -0700 IronPort-SDR: F1AU823V5p5uy4qkQSpP4RZyUfZ5UpV/YwSHIqpt2+DDEiWr8sbjB45DvN64XuBbJH9t/ZZfmZ 1SC0UmnGNXuA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,265,1589266800"; d="scan'208";a="310800874" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 21 Jun 2020 20:50:59 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 21 Jun 2020 20:50:59 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 21 Jun 2020 20:50:53 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.89]) by shsmsx102.ccr.corp.intel.com ([169.254.2.36]) with mapi id 14.03.0439.000; Mon, 22 Jun 2020 11:50:49 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "Sun, GuinanX" , "dev@dpdk.org" CC: "Sun, GuinanX" Thread-Topic: [dpdk-dev] [PATCH 00/21] update ixgbe base code Thread-Index: AQHWQGwLMbIedkiiVUSccLp56PQ2bajjdoqAgACYzxA= Date: Mon, 22 Jun 2020 03:50:49 +0000 Message-ID: <039ED4275CED7440929022BC67E70611548424D5@SHSMSX103.ccr.corp.intel.com> References: <20200612032410.20864-1-guinanx.sun@intel.com> In-Reply-To: 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 00/21] 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 Zhao1, Wei > Sent: Monday, June 22, 2020 10:42 AM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Sun, GuinanX > Subject: Re: [dpdk-dev] [PATCH 00/21] update ixgbe base code >=20 > Reviewed-by: Wei Zhao >=20 >=20 > > -----Original Message----- > > From: dev On Behalf Of Guinan Sun > > Sent: Friday, June 12, 2020 11:24 AM > > To: dev@dpdk.org > > Cc: Sun, GuinanX > > Subject: [dpdk-dev] [PATCH 00/21] update ixgbe base code > > > > update ixgbe base code. > > > > Guinan Sun (21): > > net/ixgbe/base: clear VFMBMEM and toggle VF's Tx queues > > net/ixgbe/base: change in the condition for response HI > > net/ixgbe/base: hange flow for "Apply Update" command > > net/ixgbe/base: x550em 10G NIC driver issue > > net/ixgbe/base: added API for NVM update > > 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: modify loop accounting for retries > > net/ixgbe/base: create dedicated func to restart auto nego > > net/ixgbe/base: modify Klocwork hits for DDK 7.0 > > net/ixgbe/base: add defines for min rollback revision fields > > 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: ipv6 Mask for purpose FDIR VLAN Port Feature > > net/ixgbe/base: remove default advertising for 2.5G and 5G > > net/ixgbe/base: check Host Interface Return Status > > net/ixgbe/base: update version > > > > 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 | 892 ++++++++--------- > > drivers/net/ixgbe/base/ixgbe_api.h | 1 + > > drivers/net/ixgbe/base/ixgbe_common.c | 1102 ++++++++++++---------- > > 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 | 1 + > > drivers/net/ixgbe/base/ixgbe_type.h | 67 ++ > > drivers/net/ixgbe/base/ixgbe_vf.c | 166 ++-- > > drivers/net/ixgbe/base/ixgbe_x540.c | 190 ++-- > > drivers/net/ixgbe/base/ixgbe_x550.c | 505 +++++----- > > 19 files changed, 2282 insertions(+), 2086 deletions(-) > > > > -- > > 2.17.1 Applied to dpdk-next-net-intel after remove some unnecessary commit log in = patch 6, 12, 19, 20 Thanks Qi