[dpdk-dev] [PATCH v4 0/2] RTE flow shared action
Andrey Vesnovaty
andreyv at nvidia.com
Tue Oct 6 22:08:32 CEST 2020
This patchset introduces shared action API for RTE flow.
V4 changes:
* patchset split to:
1. shared action API (this patchset)
2. mlx5 PMD implementation for shared action API
* testpmd for shared action CLI documented
* release notes for 20.11 updated with shared action feature
* misc spelling fixes and rephrase in commit messages
* flow_filtering example removed in favor of 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 | 217 ++++++++++++++++
app/test-pmd/testpmd.h | 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 | 161 +++++++++++-
lib/librte_ethdev/rte_flow_driver.h | 23 ++
9 files changed, 888 insertions(+), 2 deletions(-)
--
2.26.2
More information about the dev
mailing list