From patchwork Wed Oct 16 18:33:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ying Wang X-Patchwork-Id: 61340 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F038A1D44A; Thu, 17 Oct 2019 04:57:17 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 97D581C2AC for ; Thu, 17 Oct 2019 04:57:15 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 19:57:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,306,1566889200"; d="scan'208";a="220980594" Received: from unknown (HELO npg-dpdk-cvl-yingwang-117d84.sh.intel.com) ([10.67.117.96]) by fmsmga004.fm.intel.com with ESMTP; 16 Oct 2019 19:57:11 -0700 From: Ying Wang To: xiaolong.ye@intel.com, qi.z.zhang@intel.com Cc: dev@dpdk.org, qiming.yang@intel.com, ying.a.wang@intel.com, wei.zhao1@intel.com Date: Thu, 17 Oct 2019 02:33:51 +0800 Message-Id: <20191016183356.350766-1-ying.a.wang@intel.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20191014034211.293048-2-ying.a.wang@intel.com> References: <20191014034211.293048-2-ying.a.wang@intel.com> Subject: [dpdk-dev] [PATCH v5 0/5] 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/5 minor code clean patch 2/5 adds devargs to control pipeline mode patch 3/5 rework for ice generic flow framework patch 4/5 add rte_flow pattern list patch 5/5 rework switch filter on new framework Qiming Yang (1): net/ice: add devargs to control pipeline mode Ying Wang (3): net/ice: minor code clean net/ice: rework for generic flow enabling net/ice: add pattern manifest wei zhao (1): net/ice: rework switch filter --- v5: rebase patches to solve merge conflict; v4: rebase patches to solve merge conflict; fix patch 2/5 doc typo; v3: rebase patches to solve merge conflict; redefine inpustet bit field; v2: modify codes according to the comments; update doc and release note; add a separate code clean patch; --- doc/guides/nics/ice.rst | 19 + doc/guides/rel_notes/release_19_11.rst | 3 + drivers/net/ice/ice_ethdev.c | 30 +- drivers/net/ice/ice_ethdev.h | 16 +- drivers/net/ice/ice_generic_flow.c | 2072 +++++++++++++++++++++++++------- drivers/net/ice/ice_generic_flow.h | 1042 +++++++--------- drivers/net/ice/ice_switch_filter.c | 927 ++++++++++++-- drivers/net/ice/ice_switch_filter.h | 24 - 8 files changed, 2953 insertions(+), 1180 deletions(-) delete mode 100644 drivers/net/ice/ice_switch_filter.h