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 28687A0C43; Tue, 13 Jul 2021 05:04:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2B0040DDE; Tue, 13 Jul 2021 05:04:48 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 6E8694069E for ; Tue, 13 Jul 2021 05:04:46 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10043"; a="210062910" X-IronPort-AV: E=Sophos;i="5.84,235,1620716400"; d="scan'208";a="210062910" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2021 20:04:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,235,1620716400"; d="scan'208";a="561960660" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga004.jf.intel.com with ESMTP; 12 Jul 2021 20:04:45 -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.2242.10; Mon, 12 Jul 2021 20:04:44 -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.2242.10; Tue, 13 Jul 2021 11:04:42 +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.2242.010; Tue, 13 Jul 2021 11:04:42 +0800 From: "Zhang, Qi Z" To: "Zhang, AlvinX" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ice/base: support MPLS ethertype switch filter Thread-Index: AQHXd4/EUu6J2B9ehkaXFxJkEvlayqtAOFSA Date: Tue, 13 Jul 2021 03:04:42 +0000 Message-ID: <0ff3583f8edb4a7d85c62b74f8596d50@intel.com> References: <20210329054923.11424-1-alvinx.zhang@intel.com> <20210713023530.1732-1-alvinx.zhang@intel.com> In-Reply-To: <20210713023530.1732-1-alvinx.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 v2] net/ice/base: support MPLS ethertype 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, AlvinX > Sent: Tuesday, July 13, 2021 10:36 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX > Subject: [PATCH v2] net/ice/base: support MPLS ethertype switch filter >=20 > Add MPLS training packet and offsets. > Add check to identify MPLS ethertype filters. >=20 > For example: > testpmd> flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 \ > type is 0x8847 / end actions queue index 2 / end >=20 > This flow will result in all the matched ingress packets be forwarded to = queue 2. >=20 > Signed-off-by: Alvin Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi