[dpdk-dev] [PATCH v2 0/4] Change shared action API to action handle API
Bing Zhao
bingz at nvidia.com
Sat Apr 10 16:03:44 CEST 2021
The patch set includes:
1. API changes
2. testpmd adaption and guide update
3. driver update (only net/mlx5 impacted)
---
v2: add adaptions of testpmd and driver part
---
Bing Zhao (4):
ethdev: introduce indirect action APIs
app/test-pmd: change to indirect action command
doc: update user guide for indirect action
net/mlx5: adaption to indirect action API
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/rel_notes/release_21_05.rst | 3 +
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 94 +++++------
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 +-
15 files changed, 574 insertions(+), 548 deletions(-)
--
1.8.3.1
More information about the dev
mailing list