From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 3632FA0524;
	Mon, 19 Apr 2021 19:17:04 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id B047A413E0;
	Mon, 19 Apr 2021 19:17:03 +0200 (CEST)
Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])
 by mails.dpdk.org (Postfix) with ESMTP id 8A55841390
 for <dev@dpdk.org>; Mon, 19 Apr 2021 19:17:02 +0200 (CEST)
Received: from Internal Mail-Server by MTLPINE1 (envelope-from
 bingz@nvidia.com) with SMTP; 19 Apr 2021 20:17:01 +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 13JHGxiD028648;
 Mon, 19 Apr 2021 20:17:00 +0300
From: Bing Zhao <bingz@nvidia.com>
To: orika@nvidia.com, thomas@monjalon.net, ferruh.yigit@intel.com,
 andrew.rybchenko@oktetlabs.ru
Cc: dev@dpdk.org, ajit.khaparde@broadcom.com, xiaoyun.li@intel.com
Date: Tue, 20 Apr 2021 01:16:53 +0800
Message-Id: <1618852616-369498-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 v4 0/3] 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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

This patch set includes the conntrack action and item definitions as
well as the testpmd CLI proposal.
Documents of release notes and guides are also updated.

---
v2: add testpmd CLI proposal
v3: add doc update
v4: fix building and address comments for doc and header file
---

Bing Zhao (3):
  ethdev: introduce conntrack flow action and item
  app/testpmd: add CLI for conntrack
  doc: update for conntrack

 app/test-pmd/cmdline.c                      | 355 ++++++++++++++++++++
 app/test-pmd/cmdline_flow.c                 |  92 +++++
 app/test-pmd/config.c                       |  65 +++-
 app/test-pmd/testpmd.h                      |   2 +
 doc/guides/prog_guide/rte_flow.rst          | 118 +++++++
 doc/guides/rel_notes/release_21_05.rst      |   4 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  35 ++
 lib/librte_ethdev/rte_flow.c                |   2 +
 lib/librte_ethdev/rte_flow.h                | 212 ++++++++++++
 9 files changed, 884 insertions(+), 1 deletion(-)

-- 
2.19.0.windows.1