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 19700A0C3F; Thu, 15 Apr 2021 14:21:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA95D162248; Thu, 15 Apr 2021 14:21:33 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 3BB9D162245 for ; Thu, 15 Apr 2021 14:21:31 +0200 (CEST) IronPort-SDR: AGgu35I3al3BGpt4msY/LQXQ44iXCLDaqxOuhrN0UiSXD6s8GFA5eHani5JCJKV3KVoCCbmOMX tIAt7LZzRM7A== X-IronPort-AV: E=McAfee;i="6200,9189,9954"; a="174946217" X-IronPort-AV: E=Sophos;i="5.82,223,1613462400"; d="scan'208";a="174946217" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2021 05:21:29 -0700 IronPort-SDR: /13zZLeUm9U/vyTqEwbdvpP1ThqSkLOyWPDAmyc/2Snh5kZEu6woI4DK9sRIa4GKxInpRpoVgS /2bvo3n3vyuw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,225,1613462400"; d="scan'208";a="418723970" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga008.fm.intel.com with ESMTP; 15 Apr 2021 05:21:28 -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; Thu, 15 Apr 2021 05:21:27 -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; Thu, 15 Apr 2021 20:21:26 +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:26 +0800 From: "Zhang, Qi Z" To: "Zhang, Yuying" , "dev@dpdk.org" Thread-Topic: [PATCH v6 1/2] net/ice/base: support GTPU for DCF switch filter Thread-Index: AQHXMeZFCcypJsmPl06fLFhyw1yLv6q1f8AA Date: Thu, 15 Apr 2021 12:21:25 +0000 Message-ID: <5c0859c5d67b480b8845887f8a54bce8@intel.com> References: <20210318084824.165907-1-yuying.zhang@intel.com> <20210415104751.816581-1-yuying.zhang@intel.com> In-Reply-To: <20210415104751.816581-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 v6 1/2] net/ice/base: support GTPU for DCF 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 1/2] net/ice/base: support GTPU for DCF switch filter >=20 > Enable GTPU filtering for DCF switch filter. >=20 > Signed-off-by: Yuying Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi