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 75A17A2E1B for ; Wed, 4 Sep 2019 08:37:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 70B6C1EC26; Wed, 4 Sep 2019 08:37:11 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id A53F81E565 for ; Wed, 4 Sep 2019 08:37:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Sep 2019 23:37:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="207359973" Received: from npg-dpdk-cvl-yingwang-117d84.sh.intel.com ([10.67.117.84]) by fmsmga004.fm.intel.com with ESMTP; 03 Sep 2019 23:37:06 -0700 From: Ying Wang To: qi.z.zhang@intel.com Cc: xiaolong.ye@intel.com, qiming.yang@intel.com, dev@dpdk.org, ying.a.wang@intel.com, wei.zhao1@intel.com Date: Wed, 4 Sep 2019 06:15:18 +0800 Message-Id: <20190903221522.151382-1-ying.a.wang@intel.com> X-Mailer: git-send-email 2.15.1 Subject: [dpdk-dev] [PATCH 0/4] rework for ice generic flow framework and switch filter 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" patch 1/4 adds devargs to control pipeline mode patch 2/4 rework for ice generic flow framework patch 3/4 add rte_flow pattern list patch 4/4 rework switch filter on new framework This patchset depend on the following patches on patchwork: (1) http://patches.dpdk.org/patch/58445/ [v3] net/ice: support device-specific DDP package loading (2) http://patches.dpdk.org/patch/58102/ [v4,1/2] ethdev: add GTP extension header to flow API (3) http://patches.dpdk.org/patch/58103/ [v4,2/2] ethdev: add PPPoE to flow API Qiming Yang (1): net/ice: add devargs to control pipeline mode Ying Wang (2): net/ice: rework for generic flow enabling net/ice: add pattern manifest wei zhao (1): net/ice: rework switch filter doc/guides/nics/ice.rst | 11 + drivers/net/ice/ice_ethdev.c | 38 +- drivers/net/ice/ice_ethdev.h | 16 +- drivers/net/ice/ice_generic_flow.c | 2055 +++++++++++++++++++++++++++-------- drivers/net/ice/ice_generic_flow.h | 938 ++++++---------- drivers/net/ice/ice_switch_filter.c | 1025 ++++++++++++++--- drivers/net/ice/ice_switch_filter.h | 24 - 7 files changed, 2920 insertions(+), 1187 deletions(-) delete mode 100644 drivers/net/ice/ice_switch_filter.h -- 2.15.1