From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 84A63A0548; Mon, 26 Apr 2021 10:04:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5820D4118E; Mon, 26 Apr 2021 10:04:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 1150541188 for ; Mon, 26 Apr 2021 10:04:38 +0200 (CEST) IronPort-SDR: 7Dbj3tfWiPQfuWbrzFQ5B62Ro4kXlF7EAiqL4uYaEbCT/dVZHWPWzndK5grU/yUmLmKYrYNSiS VnGs3vk1v6wQ== X-IronPort-AV: E=McAfee;i="6200,9189,9965"; a="193111695" X-IronPort-AV: E=Sophos;i="5.82,251,1613462400"; d="scan'208";a="193111695" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 01:04:37 -0700 IronPort-SDR: G6RT5jTFEH2bZvaq6/5qfOjqzEe73QSuWYPwyzvR/fA3mPjULvnipVGsKdiE2ciV/m0TgTcRzj vcKpFAo6pJtg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,251,1613462400"; d="scan'208";a="429306606" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga008.jf.intel.com with ESMTP; 26 Apr 2021 01:04:37 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 26 Apr 2021 01:04:36 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 26 Apr 2021 16:04:34 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Mon, 26 Apr 2021 16:04:34 +0800 From: "Zhang, Qi Z" To: "Zhang, Yuying" , "dev@dpdk.org" , "Wang, Haiyue" CC: "Yan, Zhirun" , "Guo, Junfeng" Thread-Topic: [PATCH v4 1/2] net/ice: clean redundant macro definition of filters Thread-Index: AQHXOl/ytQq6S6VBu0y0R1f2X5H9h6rGcKrA Date: Mon, 26 Apr 2021 08:04:34 +0000 Message-ID: References: <20210422100541.935478-1-yuying.zhang@intel.com> <20210426053814.984788-1-yuying.zhang@intel.com> In-Reply-To: <20210426053814.984788-1-yuying.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/2] net/ice: clean redundant macro definition of filters X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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, Yuying > Sent: Monday, April 26, 2021 1:38 PM > To: dev@dpdk.org; Zhang, Qi Z ; Wang, Haiyue > > Cc: Yan, Zhirun ; Guo, Junfeng > ; Zhang, Yuying > Subject: [PATCH v4 1/2] net/ice: clean redundant macro definition of filt= ers >=20 > The input set has been divided into two parts to distinguish inner and ou= ter > field. ICE_INSET_TUN_* is the same as non tunnel macro definition. Clean > redundant ICE_INSET_TUN_* codes. >=20 > Signed-off-by: Yuying Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi