From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8452C76186 for ; Tue, 23 Jul 2019 21:25:47 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 5D14B218D4 for ; Tue, 23 Jul 2019 21:25:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5D14B218D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D8FF1C0C5; Tue, 23 Jul 2019 23:25:46 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4F1F31C0BE for ; Tue, 23 Jul 2019 23:25:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2019 14:25:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,300,1559545200"; d="scan'208";a="172088025" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 23 Jul 2019 14:25:44 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 23 Jul 2019 14:25:43 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 23 Jul 2019 14:25:43 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.110]) with mapi id 14.03.0439.000; Wed, 24 Jul 2019 05:25:40 +0800 From: "Yang, Qiming" To: "Zhang, Qi Z" , "Lu, Wenzhuo" CC: "Stillwell Jr, Paul M" , "dev@dpdk.org" Thread-Topic: [PATCH 0/6] net/ice/base: couple share code fix Thread-Index: AQHVQQmKlvB7bQ8exkOjxZgywReQ2qbYt5vw Date: Tue, 23 Jul 2019 21:25:40 +0000 Message-ID: References: <20190723035115.42664-1-qi.z.zhang@intel.com> In-Reply-To: <20190723035115.42664-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGYzYzcxOGUtZTY2OC00YWI3LWI3ZjEtOTBiZjcxZjc1YWZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiV0JxSXRiN1Z5SlpyQllHemhkdlpMVlBcL1hTTXViQ3AzU1Jlb3hQeXFpOGJma014SzdnXC9vZG9aWHl1UzJIXC9QXC8ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 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 0/6] net/ice/base: couple share code fix 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, July 22, 2019 8:51 PM > To: Yang, Qiming ; Lu, Wenzhuo > > Cc: Stillwell Jr, Paul M ; dev@dpdk.org; Z= hang, > Qi Z > Subject: [PATCH 0/6] net/ice/base: couple share code fix >=20 > Qi Zhang (6): > net/ice/base: fix inner TCP and UDP support for GRE > net/ice/base: fix resource leak > net/ice/base: fix ptype variable size > net/ice/base: use macro instead of function name > net/ice/base: cleanup hardware register macros > net/ice/base: fix for and/or bitmap routines >=20 > drivers/net/ice/base/ice_bitops.h | 6 +- > drivers/net/ice/base/ice_common.c | 5 +- > drivers/net/ice/base/ice_controlq.c | 2 +- > drivers/net/ice/base/ice_flex_pipe.c | 15 +- > drivers/net/ice/base/ice_flex_type.h | 2 +- > drivers/net/ice/base/ice_hw_autogen.h | 943 ++++++++++------------------= ------ > drivers/net/ice/base/ice_nvm.c | 4 +- > drivers/net/ice/base/ice_switch.c | 128 ++++- > 8 files changed, 389 insertions(+), 716 deletions(-) >=20 > -- > 2.13.6 Acked-by: Qiming Yang