[PATCH v2 0/2] support NAT64 action

Bing Zhao bingz at nvidia.com
Wed Jan 31 10:38:02 CET 2024


This patchset introduce the NAT64 action support for rte_flow.

---
v2: split the common part and PMD part.
---

Bing Zhao (2):
  ethdev: introduce NAT64 action
  app/testpmd: add support for NAT64 in the command line

 app/test-pmd/cmdline_flow.c                 | 23 ++++++++++++++++++
 doc/guides/nics/features/default.ini        |  1 +
 doc/guides/prog_guide/rte_flow.rst          |  8 ++++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  4 +++
 lib/ethdev/rte_flow.c                       |  1 +
 lib/ethdev/rte_flow.h                       | 27 +++++++++++++++++++++
 6 files changed, 64 insertions(+)

-- 
2.34.1



More information about the dev mailing list