From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 805A0A0C3F; Thu, 15 Apr 2021 18:41:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 46FE3162325; Thu, 15 Apr 2021 18:41:25 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id 1AB92162309 for ; Thu, 15 Apr 2021 18:41:24 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from bingz@nvidia.com) with SMTP; 15 Apr 2021 19:41:21 +0300 Received: from nvidia.com (mtbc-r640-01.mtbc.labs.mlnx [10.75.70.6]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 13FGfJUF024146; Thu, 15 Apr 2021 19:41:19 +0300 From: Bing Zhao To: orika@nvidia.com, thomas@monjalon.net, ferruh.yigit@intel.com, andrew.rybchenko@oktetlabs.ru Cc: dev@dpdk.org, ajit.khaparde@broadcom.com Date: Fri, 16 Apr 2021 00:41:15 +0800 Message-Id: <1618504877-95597-1-git-send-email-bingz@nvidia.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1618062393-205611-1-git-send-email-bingz@nvidia.com> References: <1618062393-205611-1-git-send-email-bingz@nvidia.com> Subject: [dpdk-dev] [PATCH v2 0/2] ethdev: introduce conntrack flow action and item X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Depends-on: series-16419 ("Change shared action API to action handle API") This patch set includes the conntrack action and item definitions as well as the testpmd CLI proposal. --- v2: add testpmd CLI proposal --- Bing Zhao (2): ethdev: introduce conntrack flow action and item app/testpmd: add CLI for conntrack app/test-pmd/cmdline.c | 354 +++++++++++++++++++++++++++++++++++ app/test-pmd/cmdline_flow.c | 92 +++++++++ app/test-pmd/config.c | 65 ++++++- app/test-pmd/testpmd.h | 2 + lib/librte_ethdev/rte_flow.c | 2 + lib/librte_ethdev/rte_flow.h | 195 +++++++++++++++++++ 6 files changed, 709 insertions(+), 1 deletion(-) -- 2.19.0.windows.1