mbox series

[v4,0/3] ethdev: introduce conntrack flow action and item

Message ID 1618852616-369498-1-git-send-email-bingz@nvidia.com (mailing list archive)
Headers
Series ethdev: introduce conntrack flow action and item |

Message

Bing Zhao April 19, 2021, 5:16 p.m. UTC
  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(-)