From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6BDED2B95 for ; Sat, 29 Sep 2018 04:20:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2018 19:20:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,317,1534834800"; d="scan'208";a="78402935" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga006.jf.intel.com with ESMTP; 28 Sep 2018 19:15:12 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Sep 2018 19:15:12 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.245]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.27]) with mapi id 14.03.0319.002; Sat, 29 Sep 2018 10:13:51 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" CC: "dev@dpdk.org" , "Yigit, Ferruh" , "Zhang, Helin" Thread-Topic: [dpdk-dev] [PATCH 00/20] base code update Thread-Index: AQHUVjUwm/yI+yRvD0Wv34cJ3EcjzqUGh6Jw Date: Sat, 29 Sep 2018 02:13:50 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532A7D62@SHSMSX103.ccr.corp.intel.com> References: <20180925023442.134705-1-qi.z.zhang@intel.com> <94479800C636CB44BD422CB454846E013224B70F@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E013224B70F@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDY1ZjNiMTgtNmU0Zi00N2M0LTgwYjktNGZkNWY5ZGJhYzM1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiK0NkYXoxa3RaaHdXZ1p0VkxFajc1ZU03eTFDalhuKzFOd0txVkx2eVhldEJqN2xpcFhrYW1wZWhMTjhBa3RpMyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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/20] base code update 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: , X-List-Received-Date: Sat, 29 Sep 2018 02:20:14 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Thursday, September 27, 2018 3:39 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Yigit, Ferruh ; Zhang, Helin > ; Zhang, Qi Z > Subject: RE: [dpdk-dev] [PATCH 00/20] base code update >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qi Zhang > > Sent: Tuesday, September 25, 2018 10:34 AM > > To: Xing, Beilei > > Cc: dev@dpdk.org; Yigit, Ferruh ; Zhang, Helin > > ; Zhang, Qi Z > > Subject: [dpdk-dev] [PATCH 00/20] base code update > > > > Update base code to cid-i40e.2018.09.13.tar.gz, which include couple > > AQ command enhancements and bug fixes. Also all source files' license > > text is replaced with SPDX tag. > > > > Qi Zhang (20): > > net/i40e/base: replace license text with SPDX tag > > net/i40e/base: fix partition id calculation for X722 > > net/i40e/base: introduce PHY type bitmask > > net/i40e/base: enable cloud filter mode for switch config > > net/i40e/base: add admin queue definitions for cloud filters > > net/i40e/base: enable cloud filters via tc flower > > net/i40e/base: improve the polling mechanism > > net/i40e/base: read LLDP config area with correct endianness > > net/i40e/base: properly clean resources > > net/i40e/base: gracefully clean the resources > > net/i40e/base: correct global reset timeout calculation > > net/i40e/base: change AQ command for PHY access > > net/i40e/base: add additional return code > > net/i40e/base: add AQ command for rearrange NVM structure > > net/i40e/base: add FC threshold parameter for set MAC > > net/i40e/base: add support for carlsville device > > net/i40e/base: wrap admin queue set/get PHY register funcs > > net/i40e/base: add capability flag for stopping FW LLDP > > net/i40e/base: add new TR bits used for cloud filters > > net/i40e/base: update readme > > > > drivers/net/i40e/base/README | 2 +- > > drivers/net/i40e/base/i40e_adminq.c | 50 +++---- > > drivers/net/i40e/base/i40e_adminq.h | 35 +---- > > drivers/net/i40e/base/i40e_adminq_cmd.h | 234 > > +++++++++++++++++++++++++----- > > drivers/net/i40e/base/i40e_alloc.h | 35 +---- > > drivers/net/i40e/base/i40e_common.c | 250 > ++++++++++++++++++++++--- > > ------- > > drivers/net/i40e/base/i40e_dcb.c | 46 ++---- > > drivers/net/i40e/base/i40e_dcb.h | 35 +---- > > drivers/net/i40e/base/i40e_devids.h | 38 +---- > > drivers/net/i40e/base/i40e_diag.c | 35 +---- > > drivers/net/i40e/base/i40e_diag.h | 35 +---- > > drivers/net/i40e/base/i40e_hmc.c | 35 +---- > > drivers/net/i40e/base/i40e_hmc.h | 35 +---- > > drivers/net/i40e/base/i40e_lan_hmc.c | 50 ++----- > > drivers/net/i40e/base/i40e_lan_hmc.h | 35 +---- > > drivers/net/i40e/base/i40e_nvm.c | 35 +---- > > drivers/net/i40e/base/i40e_osdep.h | 34 +---- > > drivers/net/i40e/base/i40e_prototype.h | 76 ++++------ > > drivers/net/i40e/base/i40e_register.h | 35 +---- > > drivers/net/i40e/base/i40e_status.h | 35 +---- > > drivers/net/i40e/base/i40e_type.h | 58 ++++---- > > drivers/net/i40e/base/virtchnl.h | 35 +---- > > drivers/net/i40e/i40e_ethdev.c | 38 ++--- > > drivers/net/i40e/i40e_flow.c | 10 +- > > 24 files changed, 529 insertions(+), 777 deletions(-) > > > > -- > > 2.13.6 >=20 > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi