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 --- 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 | 3 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 102 ++++---- 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 | 118 +++++---- lib/librte_ethdev/rte_flow_driver.h | 26 +- lib/librte_ethdev/version.map | 8 +- 16 files changed, 593 insertions(+), 566 deletions(-) -- 2.19.0.windows.1