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 D241CA0526 for ; Fri, 10 Jul 2020 06:06:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AC8361D9C0; Fri, 10 Jul 2020 06:06:01 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id BEA981D63E; Fri, 10 Jul 2020 06:05:57 +0200 (CEST) IronPort-SDR: /bCmGW6lf4AkpdsbuG4Y4z/sWU5Ndt6eaJwiG/MyutSFs3es+N421VHvcjtsqjlaVvOe4fSmat 64atTG7ASkrQ== X-IronPort-AV: E=McAfee;i="6000,8403,9677"; a="128214454" X-IronPort-AV: E=Sophos;i="5.75,334,1589266800"; d="scan'208";a="128214454" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2020 21:05:56 -0700 IronPort-SDR: pQshc0ezKmeCjRSVaL9jozQkYwO4rjNpBWZ9iMiKOTBGg0o342Gz579hB3qpXxw14t3s+g0BBY RgI/ZRgeqM+A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,334,1589266800"; d="scan'208";a="267604382" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga007.fm.intel.com with ESMTP; 09 Jul 2020 21:05:56 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 9 Jul 2020 21:05:56 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 9 Jul 2020 21:05:56 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by shsmsx102.ccr.corp.intel.com ([169.254.2.43]) with mapi id 14.03.0439.000; Fri, 10 Jul 2020 12:05:53 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Yang, Qiming" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [PATCH v3 0/8] update base code batch 3 Thread-Index: AQHWVmBWeHf+zmZGH0yRcvLw0bK6NqkAMReA Date: Fri, 10 Jul 2020 04:05:53 +0000 Message-ID: <039ED4275CED7440929022BC67E706115485A159@SHSMSX103.ccr.corp.intel.com> References: <20200701054951.2393-1-qi.z.zhang@intel.com> <20200710021412.3403562-1-junfeng.guo@intel.com> In-Reply-To: <20200710021412.3403562-1-junfeng.guo@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-stable] [PATCH v3 0/8] update base code batch 3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Guo, Junfeng > Sent: Friday, July 10, 2020 10:14 AM > To: Zhang, Qi Z ; Yang, Qiming > Cc: dev@dpdk.org; stable@dpdk.org; Yigit, Ferruh = ; > Guo, Junfeng > Subject: [PATCH v3 0/8] update base code batch 3 >=20 > The patchset include couple bug fixes and code clean also update the vers= ion > number. >=20 > v3: > - adjust code position in ice_rem_rss_cfg_sync in PATCH 1/8 > - remove uncessary printf and cleanup code style in PATCH 1/8 >=20 > v2: > - add missing part in ice_rem_rss_cfg_sync in PATCH 1/8 > - remove unnessary change in PATCH 1/8 >=20 > Qi Zhang (8): > net/ice/base: fix GTP-U inner RSS IPv4 IPv6 co-exist > net/ice/base: cleanup some code style > net/ice/base: move LLDP function to common module > net/ice/base: clean code in flow director module > net/ice/base: add capability list AQ function > net/ice/base: split capability parse into separate functions > net/ice/base: clear and free XLT entries on reset > net/ice/base: update version >=20 > drivers/net/ice/base/README | 2 +- > drivers/net/ice/base/ice_adminq_cmd.h | 6 +- > drivers/net/ice/base/ice_common.c | 588 ++++++++++++++++++-------- > drivers/net/ice/base/ice_common.h | 3 + > drivers/net/ice/base/ice_dcb.c | 33 -- > drivers/net/ice/base/ice_dcb.h | 3 - > drivers/net/ice/base/ice_fdir.c | 23 +- > drivers/net/ice/base/ice_fdir.h | 3 - > drivers/net/ice/base/ice_flex_pipe.c | 4 +- > drivers/net/ice/base/ice_flow.c | 22 +- > drivers/net/ice/base/ice_lan_tx_rx.h | 1 - > drivers/net/ice/base/ice_sched.c | 3 +- > 12 files changed, 444 insertions(+), 247 deletions(-) >=20 > -- > 2.25.1 Since the patch set already be merged,=20 overwrite v2 by v3 on the only modified PATCH 1/8 in dpdk-next-net-intel Thanks Qi