This patchset introduces shared action API for RTE flow. v6 changes: * fix build warning in testpmd
Andrey Vesnovaty (2): ethdev: add flow shared action API app/testpmd: support shared action app/test-pmd/cmdline_flow.c | 262 +++++++++++++++++++- app/test-pmd/config.c | 215 ++++++++++++++++ app/test-pmd/testpmd.h | 19 ++ doc/guides/prog_guide/rte_flow.rst | 19 ++ doc/guides/rel_notes/release_20_11.rst | 9 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 111 +++++++++ lib/librte_ethdev/rte_ethdev_version.map | 4 + lib/librte_ethdev/rte_flow.c | 84 +++++++ lib/librte_ethdev/rte_flow.h | 163 +++++++++++- lib/librte_ethdev/rte_flow_driver.h | 23 ++ 10 files changed, 907 insertions(+), 2 deletions(-) -- 2.26.2