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 651FEA04BB; Tue, 6 Oct 2020 22:08:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3FA2DF64; Tue, 6 Oct 2020 22:08:50 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 59605F3E for ; Tue, 6 Oct 2020 22:08:48 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from andreyv@nvidia.com) with SMTP; 6 Oct 2020 23:08:44 +0300 Received: from nvidia.com (r-arch-host11.mtr.labs.mlnx [10.213.43.60]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 096K8itT022335; Tue, 6 Oct 2020 23:08:44 +0300 From: Andrey Vesnovaty To: dev@dpdk.org Cc: jer@marvell.com, jerinjacobk@gmail.com, thomas@monjalon.net, ferruh.yigit@intel.com, stephen@networkplumber.org, bruce.richardson@intel.com, orika@nvidia.com, viacheslavo@nvidia.com, andrey.vesnovaty@gmail.com, mdr@ashroe.eu, nhorman@tuxdriver.com, ajit.khaparde@broadcom.com, samik.gupta@broadcom.com Date: Tue, 6 Oct 2020 23:08:32 +0300 Message-Id: <20201006200835.30017-1-andreyv@nvidia.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200702120511.16315-1-andreyv@mellanox.com> References: <20200702120511.16315-1-andreyv@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 0/2] RTE flow shared action 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 patchset introduces shared action API for RTE flow. V4 changes: * patchset split to: 1. shared action API (this patchset) 2. mlx5 PMD implementation for shared action API * testpmd for shared action CLI documented * release notes for 20.11 updated with shared action feature * misc spelling fixes and rephrase in commit messages * flow_filtering example removed in favor of testpmd Andrey Vesnovaty (2): ethdev: add flow shared action API app/testpmd: support shared action app/test-pmd/cmdline_flow.c | 262 +++++++++++++++++++- app/test-pmd/config.c | 217 ++++++++++++++++ app/test-pmd/testpmd.h | 19 ++ doc/guides/rel_notes/release_20_11.rst | 9 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 111 +++++++++ lib/librte_ethdev/rte_ethdev_version.map | 4 + lib/librte_ethdev/rte_flow.c | 84 +++++++ lib/librte_ethdev/rte_flow.h | 161 +++++++++++- lib/librte_ethdev/rte_flow_driver.h | 23 ++ 9 files changed, 888 insertions(+), 2 deletions(-) -- 2.26.2