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 A73FDA0524; Tue, 13 Apr 2021 09:24:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91EA7160BC1; Tue, 13 Apr 2021 09:24:19 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 7AD3E160BC3 for ; Tue, 13 Apr 2021 09:24:17 +0200 (CEST) IronPort-SDR: tOj3P1HubukuekKSqAW09N3JBdJ9xmYPh2psN8GcPP3cn3njde8DLaayk3W5xjosmZvXArtjGC gzhWWB/kBAPw== X-IronPort-AV: E=McAfee;i="6200,9189,9952"; a="194389515" X-IronPort-AV: E=Sophos;i="5.82,218,1613462400"; d="scan'208";a="194389515" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2021 00:24:16 -0700 IronPort-SDR: epY2ur6dx2MnpmkFUWJvKkgyBaj0OIw3srpZOwmBPY4KCyrfMkVZvXaFvGi1816Bbtco8IsJS4 i4iJDpbU4JpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,218,1613462400"; d="scan'208";a="451839200" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga002.fm.intel.com with ESMTP; 13 Apr 2021 00:24:13 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 13 Apr 2021 00:24:12 -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; Tue, 13 Apr 2021 15:24:10 +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; Tue, 13 Apr 2021 15:24:10 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" CC: "Zhang, Yuying" , "Yang, Qiming" Thread-Topic: [PATCH v1] net/ice: update QinQ switch filter handling Thread-Index: AQHXMCaep9ZautSZMkuiXbT3c3rl/qqyC4ng Date: Tue, 13 Apr 2021 07:24:10 +0000 Message-ID: References: <20210413051459.4195-1-haiyue.wang@intel.com> In-Reply-To: <20210413051459.4195-1-haiyue.wang@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 v1] net/ice: update QinQ switch filter handling 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: Wang, Haiyue > Sent: Tuesday, April 13, 2021 1:15 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zhang, Yuying > ; Wang, Haiyue ; Yang, > Qiming > Subject: [PATCH v1] net/ice: update QinQ switch filter handling >=20 > The hardware oueter/inner VLAN protocol types are now updated to map to > new interface VLAN protocol types, so update the application to use new V= LAN > protocol types when the rte_flow is QinQ filter type. >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi