mbox

[v2,0/2] ethdev: introduce conntrack flow action and item

Message ID 1618504877-95597-1-git-send-email-bingz@nvidia.com (mailing list archive)
Headers

Message

Bing Zhao April 15, 2021, 4:41 p.m. UTC
  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(-)