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 209FAA0520; Thu, 2 Jul 2020 15:06:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B0BA51D573; Thu, 2 Jul 2020 15:06:53 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2A3F11C438 for ; Thu, 2 Jul 2020 15:06:50 +0200 (CEST) IronPort-SDR: NaZ2Htxlte//28q6up7qTLsVzOq7qUqjQfWFvLiOtd7iRRlCaKutdl8rMk9FcI7FrxMsmtJ6gm tVEjCC9hiw6Q== X-IronPort-AV: E=McAfee;i="6000,8403,9669"; a="145958944" X-IronPort-AV: E=Sophos;i="5.75,304,1589266800"; d="scan'208";a="145958944" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2020 06:06:48 -0700 IronPort-SDR: ST8g1GlAf668d7yJXflaK0OrUFq1fTZHyBhPDdDsbGNwuZ3knCPKveh4vyy2gH/wL80uSWGQpg HTlpDtwfH00Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,304,1589266800"; d="scan'208";a="322091521" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga007.jf.intel.com with ESMTP; 02 Jul 2020 06:06:47 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 2 Jul 2020 06:06:47 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 2 Jul 2020 06:06:47 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.89]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0439.000; Thu, 2 Jul 2020 21:06:44 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/8] update base code batch 3 Thread-Index: AQHWT2rjJChRuAWzI0OgAw2Pm68q+ajzK+6AgAEYS4A= Date: Thu, 2 Jul 2020 13:06:43 +0000 Message-ID: <039ED4275CED7440929022BC67E706115484ACE3@SHSMSX103.ccr.corp.intel.com> References: <20200701054951.2393-1-qi.z.zhang@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 v2 0/8] update base code batch 3 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: Yang, Qiming > Sent: Thursday, July 2, 2020 12:23 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org > Subject: RE: [PATCH v2 0/8] update base code batch 3 >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Wednesday, July 1, 2020 13:50 > > To: Yang, Qiming > > Cc: dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH v2 0/8] update base code batch 3 > > > > The patchset include couple bug fixes and code clean also update the > > version number. > > > > v2: > > - add missing part in ice_rem_rss_cfg_sync in PATCH 1/8 > > - remove unnessary change in PATCH 1/8 > > > > 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: code clean in FDIR 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 > > > > 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 | 24 +- > > drivers/net/ice/base/ice_lan_tx_rx.h | 1 - > > drivers/net/ice/base/ice_sched.c | 3 +- > > 12 files changed, 446 insertions(+), 247 deletions(-) > > > > -- > > 2.13.6 >=20 > Only with a small spell issue in patch 4/8, please fix it when you apply = the > patch set >=20 > Acked-by: Qiming Yang Applied to dpdk-next-net-intel after fix the typo in patch 4/8. Thanks Qi