From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AA8BCA04C7; Thu, 21 Nov 2019 06:31:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8A3922BA3; Thu, 21 Nov 2019 06:31:10 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B33B52BA2 for ; Thu, 21 Nov 2019 06:31:08 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Nov 2019 21:31:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,224,1571727600"; d="scan'208";a="197114445" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga007.jf.intel.com with ESMTP; 20 Nov 2019 21:31:04 -0800 Date: Thu, 21 Nov 2019 13:27:28 +0800 From: Ye Xiaolong To: Yahui Cao Cc: Qiming Yang , Wenzhuo Lu , dev@dpdk.org, Qi Zhang , Ying A Wang , Simei Su , Chenmin Sun Message-ID: <20191121052728.GH103671@intel.com> References: <20191120150549.54533-1-yahui.cao@intel.com> <20191121112015.53711-1-yahui.cao@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191121112015.53711-1-yahui.cao@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v3 0/2] fix FDIR support for GTPU X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" On 11/21, Yahui Cao wrote: >This patch series enables FDIR support for both GTP-U and GTP-U with >extension header. > >- Patch 1 renames GTPU with extension header related variables >- Patch 2 adds FDIR support for non-extension-header GTPU > >-- >v3: >* Change commit message > >v2: >* Re-organize patch > >Yahui Cao (2): > net/ice: fix pattern name of GTPU with extension header > net/ice: add missing FDIR support for GTPU without extension header > > drivers/net/ice/ice_fdir_filter.c | 10 ++++++++-- > drivers/net/ice/ice_generic_flow.c | 14 ++++++++++--- > drivers/net/ice/ice_generic_flow.h | 7 ++++--- > drivers/net/ice/ice_hash.c | 32 +++++++++++++++--------------- > 4 files changed, 39 insertions(+), 24 deletions(-) > >-- >2.17.1 > Series applied to dpdk-next-net-intel, Thanks.