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 D1DFBA04C2; Thu, 21 Nov 2019 04:36:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6C95E2BA2; Thu, 21 Nov 2019 04:36:46 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4CC8823D for ; Thu, 21 Nov 2019 04:36:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Nov 2019 19:36:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,224,1571727600"; d="scan'208";a="381594134" Received: from dpdk-yahui-skylake.sh.intel.com ([10.67.119.16]) by orsmga005.jf.intel.com with ESMTP; 20 Nov 2019 19:36:41 -0800 From: Yahui Cao To: Qiming Yang , Wenzhuo Lu Cc: dev@dpdk.org, Qi Zhang , Yahui Cao , Xiaolong Ye , Ying A Wang , Simei Su , Chenmin Sun Date: Thu, 21 Nov 2019 19:20:13 +0800 Message-Id: <20191121112015.53711-1-yahui.cao@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191120150549.54533-1-yahui.cao@intel.com> References: <20191120150549.54533-1-yahui.cao@intel.com> Subject: [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" 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