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 9BF9DA0548; Mon, 26 Apr 2021 10:05:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F71D4118E; Mon, 26 Apr 2021 10:05:32 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 5051841188 for ; Mon, 26 Apr 2021 10:05:29 +0200 (CEST) IronPort-SDR: oDq/XTzMIFoanTTyMgUf7tlP1rAe0g6TBJskxITtHzDJKGsxr4BOR6sFVlI4GQFQE/zBGMYV9E z5qByiBTTD0A== X-IronPort-AV: E=McAfee;i="6200,9189,9965"; a="281628279" X-IronPort-AV: E=Sophos;i="5.82,251,1613462400"; d="scan'208";a="281628279" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 01:05:27 -0700 IronPort-SDR: gRkzMjjVcwqKzynrIPmcAaA4+OQ8+tufMDQ8qk22m8KnZ6QtFCWZhAVqopAgCmHiC1baJX4p1/ 4ljv90X7NcuQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,251,1613462400"; d="scan'208";a="429306853" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga008.jf.intel.com with ESMTP; 26 Apr 2021 01:05:24 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx606.amr.corp.intel.com (10.18.126.86) 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:05:22 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) 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:05:20 +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:05:20 +0800 From: "Zhang, Qi Z" To: "Zhang, Yuying" , "dev@dpdk.org" , "Wang, Haiyue" CC: "Yan, Zhirun" , "Guo, Junfeng" Thread-Topic: [PATCH v4 2/2] net/ice: refactor input set fields for switch filter Thread-Index: AQHXOl/1RPH6kEgR306UPcQFYvys+6rGcORA Date: Mon, 26 Apr 2021 08:05:20 +0000 Message-ID: References: <20210422100541.935478-1-yuying.zhang@intel.com> <20210426053814.984788-1-yuying.zhang@intel.com> <20210426053814.984788-2-yuying.zhang@intel.com> In-Reply-To: <20210426053814.984788-2-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 2/2] net/ice: refactor input set fields for switch filter 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 2/2] net/ice: refactor input set fields for switch fil= ter >=20 > Input set has been divided into inner and outer part to distinguish > different fields. However, the parse method of switch filter doesn't > match this update. Refactor switch filter to distingush inner and outer > input set in the same way as other filters. >=20 > Signed-off-by: Yuying Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi