[dpdk-dev] [PATCH v5 0/1] Change shared action API to action handle API

Bing Zhao bingz at nvidia.com
Mon Apr 19 16:38:28 CEST 2021


The patch set includes:
  1. API changes
  2. testpmd adaption and guide update
  3. driver update (only net/mlx5 is impacted)
  4. rte_flow documentation update

---
  v2: add adaptions of testpmd and driver part
  v3: squash all patches into one and update rte_flow doc
  v4: fix the doc format error
  v5: deprecate "RTE_FLOW_ACTION_TYPE_SHARED" and update description
---

Bing Zhao (1):
  ethdev: introduce indirect action APIs

 app/test-pmd/cmdline.c                      |  24 +-
 app/test-pmd/cmdline_flow.c                 | 252 ++++++++++----------
 app/test-pmd/config.c                       | 160 ++++++-------
 app/test-pmd/testpmd.h                      |  28 +--
 doc/guides/prog_guide/rte_flow.rst          |  29 +--
 doc/guides/rel_notes/release_21_05.rst      |   7 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 106 ++++----
 drivers/net/mlx5/mlx5.c                     |   2 +-
 drivers/net/mlx5/mlx5_defs.h                |   4 +-
 drivers/net/mlx5/mlx5_flow.c                | 238 +++++++++---------
 drivers/net/mlx5/mlx5_flow.h                |  24 +-
 drivers/net/mlx5/mlx5_flow_dv.c             |  85 +++----
 lib/librte_ethdev/rte_flow.c                |  56 ++---
 lib/librte_ethdev/rte_flow.h                | 119 +++++----
 lib/librte_ethdev/rte_flow_driver.h         |  26 +-
 lib/librte_ethdev/version.map               |   8 +-
 16 files changed, 602 insertions(+), 566 deletions(-)

-- 
2.19.0.windows.1



More information about the dev mailing list