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 14405A04CC; Sun, 13 Sep 2020 03:57:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D29711DB9; Sun, 13 Sep 2020 03:56:59 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 08447FFA for ; Sun, 13 Sep 2020 03:56:57 +0200 (CEST) IronPort-SDR: DjdGmX2Q1MGW7Rk9gyx6xAVRWboqtRDJfwbvDglh+qV0Dxf6tAY7N3oeSwzwtgmN6BPwYI8IDl 85VR2i4wNxgQ== X-IronPort-AV: E=McAfee;i="6000,8403,9742"; a="220506678" X-IronPort-AV: E=Sophos;i="5.76,421,1592895600"; d="scan'208";a="220506678" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Sep 2020 18:56:56 -0700 IronPort-SDR: gf5E2nIuNO+0RLs+pXqS8ej6pxXwy6BHbvz+ozwqh7+rtBuNtRoaThMIdLSVDe/uTKJTgRHgFf op32vMWUZLrg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,421,1592895600"; d="scan'208";a="506672857" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga005.fm.intel.com with ESMTP; 12 Sep 2020 18:56:56 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sat, 12 Sep 2020 18:56:55 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 13 Sep 2020 09:56:53 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Sun, 13 Sep 2020 09:56:53 +0800 From: "Zhang, Qi Z" To: "Sun, GuinanX" , "dev@dpdk.org" CC: "Guo, Jia" , "Xing, Beilei" , "Sun, GuinanX" Thread-Topic: [dpdk-dev] [PATCH v2 0/7] update i40e base code Thread-Index: AQHWiLO+4IelBueXqUaHqNRlt1DH16ll0Jfg Date: Sun, 13 Sep 2020 01:56:53 +0000 Message-ID: <6c657d21113f470db4d6fa6ff0b30411@intel.com> References: <20200905024938.14609-1-guinanx.sun@intel.com> <20200912030039.55273-1-guinanx.sun@intel.com> In-Reply-To: <20200912030039.55273-1-guinanx.sun@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.108.32.68] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/7] update i40e 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: Saturday, September 12, 2020 11:01 AM > To: dev@dpdk.org > Cc: Guo, Jia ; Xing, Beilei ; S= un, > GuinanX > Subject: [dpdk-dev] [PATCH v2 0/7] update i40e base code >=20 > update i40e base code. >=20 > source code of i40e driver: > cid-i40e.2020.08.27.tar.gz dropped by the team which develop basic driver= s > for any i40e NIC. >=20 > changelog in ND share repo: > From c0bfc1c07bb3 ("i40e-shared: Add VLAN field for input set") To > 1a82d59f0797 ("i40e-shared: Fix PHY configuration parameters when enablin= g > EEE") >=20 > The following commits are ignored. > 5b7d5a698092 ("i40e-shared: use linux packing style") > f16fa495c503 ("i40e-shared: Fix compilation issue with __packed") > c0bfc1c07bb3 ("i40e-shared: Add VLAN field for input set") dcc3e90e9acd > ("i40e-shared: enable pipe monitor thresholds") > Acked-by: Qi Zhang > --- > v2: > * Remove two useless patches for dpdk. > * Modify commit message. >=20 > Guinan Sun (7): > net/i40e/base: update FW API version > net/i40e/base: fix missing function header arguments > net/i40e/base: add support for minimum rollback revision > net/i40e/base: fix Rx only for unicast promisc on VLAN > net/i40e/base: add EEE LPI status check for X722 adapters > net/i40e/base: fix PHY config param when enabling EEE > net/i40e/base: update version >=20 > drivers/net/i40e/base/README | 2 +- > drivers/net/i40e/base/i40e_adminq_cmd.h | 24 +++++++- > drivers/net/i40e/base/i40e_common.c | 82 +++++++++++++++++++++---- > drivers/net/i40e/base/i40e_dcb.c | 3 +- > drivers/net/i40e/base/i40e_prototype.h | 4 ++ > 5 files changed, 98 insertions(+), 17 deletions(-) >=20 > -- > 2.17.1 V1 has been reverted from dpdk-next-net-intel. V2 has been applied to dpdk-next-intel-intel. Thanks Qi