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 B81BAA0C3F; Thu, 15 Apr 2021 14:21:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D79B162255; Thu, 15 Apr 2021 14:21:57 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 0E45A162245 for ; Thu, 15 Apr 2021 14:21:55 +0200 (CEST) IronPort-SDR: d8b+N8g7ib7Ud35KbZMGR1P9eGiuCQzqunH2ca9R3Skg8nlNJH0uzyZpqQtu5KKNRU98oPhBx3 b5Nl0qv0wfTg== X-IronPort-AV: E=McAfee;i="6200,9189,9954"; a="280154828" X-IronPort-AV: E=Sophos;i="5.82,225,1613462400"; d="scan'208";a="280154828" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2021 05:21:51 -0700 IronPort-SDR: HDyG63dmgPWc9+cN/oxDRZO6JNk09iKiYDTR4ciY4LSnTK/NTW9fADUrPFFdrj6INy5okkjoaT k6ww3Bm0grcA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,225,1613462400"; d="scan'208";a="522346862" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga001.fm.intel.com with ESMTP; 15 Apr 2021 05:21:50 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) 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; Thu, 15 Apr 2021 05:21:50 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 15 Apr 2021 20:21:48 +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; Thu, 15 Apr 2021 20:21:48 +0800 From: "Zhang, Qi Z" To: "Zhang, Yuying" , "dev@dpdk.org" Thread-Topic: [PATCH v6 2/2] net/ice: support GTPU TEID pattern for switch filter Thread-Index: AQHXMeZH9qIwtbkpfUW+XwBO184X3Kq1f/Ow Date: Thu, 15 Apr 2021 12:21:47 +0000 Message-ID: <47bb56bbe00549b58cba1e9217ee7716@intel.com> References: <20210318084824.165907-1-yuying.zhang@intel.com> <20210415104751.816581-1-yuying.zhang@intel.com> <20210415104751.816581-2-yuying.zhang@intel.com> In-Reply-To: <20210415104751.816581-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 v6 2/2] net/ice: support GTPU TEID pattern 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: Thursday, April 15, 2021 6:48 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Zhang, Yuying > Subject: [PATCH v6 2/2] net/ice: support GTPU TEID pattern for switch fil= ter >=20 > Enable GTPU pattern for CVL switch filter. Support teid and qfi field of = GTPU > pattern. Patterns without inner l3/l4 field support outer dst/src ip. Pat= terns > with inner l3/l4 field only support inner dst/src ip and inner dst/src po= rt. >=20 > +-----------------------------------+------------------------------------= -+ > | Pattern | Input Set > | > +-----------------------------------+------------------------------------= -+ > | pattern_eth_ipv4_gtpu | teid, dst/src ip > | > | pattern_eth_ipv6_gtpu | teid, dst/src ip > | > | pattern_eth_ipv4_gtpu_ipv4 | teid, dst/src ip > | > | pattern_eth_ipv4_gtpu_ipv4_tcp | teid, dst/src ip, dst/src port = | > | pattern_eth_ipv4_gtpu_ipv4_udp | teid, dst/src ip, dst/src port = | > | pattern_eth_ipv4_gtpu_ipv6 | teid, dst/src ip > | > | pattern_eth_ipv4_gtpu_ipv6_tcp | teid, dst/src ip, dst/src port = | > | pattern_eth_ipv4_gtpu_ipv6_udp | teid, dst/src ip, dst/src port = | > | pattern_eth_ipv6_gtpu_ipv4 | teid, dst/src ip > | > | pattern_eth_ipv6_gtpu_ipv4_tcp | teid, dst/src ip, dst/src port = | > | pattern_eth_ipv6_gtpu_ipv4_udp | teid, dst/src ip, dst/src port = | > | pattern_eth_ipv6_gtpu_ipv6 | teid, dst/src ip > | > | pattern_eth_ipv6_gtpu_ipv6_tcp | teid, dst/src ip, dst/src port = | > | pattern_eth_ipv6_gtpu_ipv6_udp | teid, dst/src ip, dst/src port = | > | pattern_eth_ipv4_gtpu_eh_ipv4 | teid, qfi, dst/src ip = | > | pattern_eth_ipv4_gtpu_eh_ipv4_tcp | teid, qfi, dst/src ip, dst/src > | port | pattern_eth_ipv4_gtpu_eh_ipv4_udp | teid, qfi, dst/src ip, dst/s= rc port > | > | pattern_eth_ipv4_gtpu_eh_ipv6 | teid, qfi, dst/src ip = | > | pattern_eth_ipv4_gtpu_eh_ipv6_tcp | teid, qfi, dst/src ip, dst/src > | port | pattern_eth_ipv4_gtpu_eh_ipv6_udp | teid, qfi, dst/src ip, dst/s= rc port > | > | pattern_eth_ipv6_gtpu_eh_ipv4 | teid, qfi, dst/src ip = | > | pattern_eth_ipv6_gtpu_eh_ipv4_tcp | teid, qfi, dst/src ip, dst/src > | port | pattern_eth_ipv6_gtpu_eh_ipv4_udp | teid, qfi, dst/src ip, dst/s= rc port > | > | pattern_eth_ipv6_gtpu_eh_ipv6 | teid, qfi, dst/src ip = | > | pattern_eth_ipv6_gtpu_eh_ipv6_tcp | teid, qfi, dst/src ip, dst/src > | port | pattern_eth_ipv6_gtpu_eh_ipv6_udp | teid, qfi, dst/src ip, > | dst/src port | > +-----------------------------------+------------------------------------= -+ >=20 > Signed-off-by: Yuying Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi