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 5CC25A04BE; Mon, 7 Sep 2020 08:27:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A521629AC; Mon, 7 Sep 2020 08:27:21 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id AC9D11DB8 for ; Mon, 7 Sep 2020 08:27:19 +0200 (CEST) IronPort-SDR: Lpt7hrCcO/dbjOwsQGNv92p78SpgceO9P/H6eXiYvaykHfeAug/hDXdJXem4oFUtNPiMBbeRRW Cno2W3VnyQKA== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="137477865" X-IronPort-AV: E=Sophos;i="5.76,401,1592895600"; d="scan'208";a="137477865" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2020 23:27:18 -0700 IronPort-SDR: 0wSdjBY5LTBr2mfmckoFFC3u7uAXlHdDgiX+vPxHVEQt/Xn9Jxw3lCtom+GlO1T3+I9pTrcWU+ F/cYXsCE06vw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,401,1592895600"; d="scan'208";a="284074493" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga007.fm.intel.com with ESMTP; 06 Sep 2020 23:27:18 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 6 Sep 2020 23:27:17 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 7 Sep 2020 14:27:15 +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; Mon, 7 Sep 2020 14:27:15 +0800 From: "Zhang, Qi Z" To: "Sun, GuinanX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Yang, Qiming" Thread-Topic: [PATCH 0/9] update i40e base code Thread-Index: AQHWgzCYfsX6z7ZX0ke1kZ4Trv6WX6lcuVlg Date: Mon, 7 Sep 2020 06:27:15 +0000 Message-ID: References: <20200905024938.14609-1-guinanx.sun@intel.com> In-Reply-To: <20200905024938.14609-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.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/9] 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: Sun, GuinanX > Sent: Saturday, September 5, 2020 10:49 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Yang, Qiming ; Sun, GuinanX > > Subject: [PATCH 0/9] 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") >=20 > Guinan Sun (9): > net/i40e/base: add VLAN field for input set > net/i40e/base: update FW API version > net/i40e/base: enable pipe monitor thresholds > 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 ++ > drivers/net/i40e/base/i40e_register.h | 3 + > drivers/net/i40e/base/i40e_type.h | 2 + > 7 files changed, 103 insertions(+), 17 deletions(-) >=20 > -- > 2.17.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi