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 5C497A0613 for ; Mon, 23 Sep 2019 11:31:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D122E3423; Mon, 23 Sep 2019 11:31:41 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 977402E83 for ; Mon, 23 Sep 2019 11:31:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 02:31:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,539,1559545200"; d="scan'208";a="388425814" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 23 Sep 2019 02:31:39 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 02:31:39 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 02:31:39 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.92]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.86]) with mapi id 14.03.0439.000; Mon, 23 Sep 2019 17:31:36 +0800 From: "Yang, Qiming" To: "Zhang, Qi Z" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Ye, Xiaolong" Thread-Topic: [PATCH v5 00/30] net/ice/base: share code update secend batch. Thread-Index: AQHVceJkxzdd5NBs2U+s7A8yEwhosKc4/4ug Date: Mon, 23 Sep 2019 09:31:35 +0000 Message-ID: References: <20190902035551.16852-1-qi.z.zhang@intel.com> <20190923074448.7847-1-qi.z.zhang@intel.com> In-Reply-To: <20190923074448.7847-1-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWFmOTQ0ZmMtMDY0Ny00Zjk1LTljMzQtOThmMTcxZWJkOTAzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoialJ5REJuczB6Tkt0YzFGMXlnN0RJcm5Cb2lHclhNTFJtUTZ2OVB4enhMcTVQM0k2NzdzbTd3SVdGU08rbzFsOSJ9 x-ctpclassification: CTP_NT 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 v5 00/30] net/ice/base: share code update secend batch. 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: Zhang, Qi Z > Sent: Monday, September 23, 2019 3:44 PM > To: Lu, Wenzhuo ; Yang, Qiming > > Cc: dev@dpdk.org; Ye, Xiaolong ; Zhang, Qi Z > > Subject: [PATCH v5 00/30] net/ice/base: share code update secend batch. >=20 > The patchset depends on the first batch > http://patchwork.dpdk.org/project/dpdk/list/?series=3D6158&state=3D* >=20 > Key Features: >=20 > 1) Add tunnel support for fdir > 2) Add non-word aligned field support for fdir > 3) Add dest mac field support for fdir > 4) Add flow count support for fdir > 5) Add queue region support for fdir > 6) Add vlan pppoe support for switch > 7) Add GTPU qif support for fdir > 8) Add symmetric hash support > 9) Couple RSS fixes >=20 > v5: > - commit log typo fix > v4: > - couple bug fix and code clean. > v3: > - add features 7, 8, 9. > v2: > - add features 3, 4, 5, 6. >=20 > *** BLURB HERE *** >=20 > Qi Zhang (30): > net/ice/base: remove redundant empty lines > net/ice/base: add support for tunnel packets > net/ice/base: add non-word aligned ip field support > net/ice/base: add non-word aligned ipv6 field support > net/ice/base: correct the mask for checking protocol header > net/ice/base: propagate errors from functions > net/ice/base: remove pointless NULL check of port info > net/ice/base: remove RSS code as iavf host > net/ice/base: add support for switch rule about VLAN PPPoE > net/ice/base: minor structure refactor > net/ice/base: associate switch recipe to profiles > net/ice/base: enable RSS for PPPoE with SCTP > net/ice/base: enable fdir queue region > net/ice/base: enable setting up FDIR counters > net/ice/base: add dest MAC field support for FDIR > net/ice/base: update FW API minor version > net/ice/base: enable symmetric hash for RSS > net/ice/base: replace alloc-followed-by-copy with memdup > net/ice/base: add FDIR support for GTPU qfi field > net/ice/base: fix the bitmap for TCP in RSS > net/ice/base: fix segment in remove existing RSS rule > net/ice/base: remove unused DDP package macros > net/ice/base: search field vector indices for result slots > net/ice/base: fix 4 bytes alignment for pppoe dummy packet > net/ice/base: remove unnecessary error log > net/ice/base: use bitmap copy where appropriate > net/ice/base: fix alignment isue > net/ice/base: fix PTYPE bitmap > net/ice/base: add switch support for IPv6 tc field > net/ice/base: remove unused code >=20 > drivers/net/ice/base/ice_adminq_cmd.h | 111 -------- > drivers/net/ice/base/ice_bitops.h | 2 - > drivers/net/ice/base/ice_common.c | 29 -- > drivers/net/ice/base/ice_common.h | 4 - > drivers/net/ice/base/ice_controlq.c | 9 - > drivers/net/ice/base/ice_controlq.h | 3 +- > drivers/net/ice/base/ice_devids.h | 1 - > drivers/net/ice/base/ice_fdir.c | 461 +++++++++++++++++++++++++= ++--- > - > drivers/net/ice/base/ice_fdir.h | 41 ++- > drivers/net/ice/base/ice_flex_pipe.c | 73 +++-- > drivers/net/ice/base/ice_flex_pipe.h | 3 +- > drivers/net/ice/base/ice_flex_type.h | 2 + > drivers/net/ice/base/ice_flow.c | 328 +++++++++++----------- > drivers/net/ice/base/ice_flow.h | 8 +- > drivers/net/ice/base/ice_hw_autogen.h | 2 - > drivers/net/ice/base/ice_lan_tx_rx.h | 9 - > drivers/net/ice/base/ice_nvm.c | 4 - > drivers/net/ice/base/ice_protocol_type.h | 18 +- > drivers/net/ice/base/ice_sched.c | 7 +- > drivers/net/ice/base/ice_switch.c | 145 +++++----- > drivers/net/ice/base/ice_switch.h | 3 - > drivers/net/ice/base/ice_type.h | 31 +-- > drivers/net/ice/ice_ethdev.c | 16 +- > 23 files changed, 782 insertions(+), 528 deletions(-) >=20 > -- > 2.13.6 Acked-by: Qiming Yang