mbox series

[v3,0/3] ethdev: AGE action preparation

Message ID 20221019144904.2543586-1-michaelba@nvidia.com (mailing list archive)
Headers
Series ethdev: AGE action preparation |

Message

Michael Baum Oct. 19, 2022, 2:49 p.m. UTC
  RFC's:
https://patchwork.dpdk.org/project/dpdk/patch/7a45693f478b1b721b4e05131141b526185a175c.1654063912.git.jackmin@nvidia.com/
https://patchwork.dpdk.org/project/dpdk/patch/608febf8d5d3c434a1eddb2e56f425ebbd6ff0b4.1654063912.git.jackmin@nvidia.com/

v2:
- rebase.
- Add reference to "rte_flow_update_age" structure in
  "RTE_FLOW_ACTION_TYPE_AGE" definition.
- Add reference to "rte_flow_get_q_aged_flows" function in
  "RTE_FLOW_ACTION_TYPE_AGE" definition.
- Change the order of "rte_flow_update_age" structure members in
  documentation, to be aligned with the structure definition.
- Place long comment before struct member definition.

v3:
- Fix miss "break" in indirect action update switch-case.


Michael Baum (3):
  ethdev: add strict queue to pre-configuration flow hints
  ethdev: add queue-based API to report aged flow rules
  ethdev: add structure for indirect AGE update

 app/test-pmd/cmdline_flow.c                 |  93 +++++++++-
 app/test-pmd/config.c                       | 178 +++++++++++++++++++-
 app/test-pmd/testpmd.h                      |   1 +
 doc/guides/prog_guide/rte_flow.rst          |  25 ++-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  90 +++++++++-
 lib/ethdev/rte_flow.c                       |  22 +++
 lib/ethdev/rte_flow.h                       |  91 +++++++++-
 lib/ethdev/rte_flow_driver.h                |   7 +
 lib/ethdev/version.map                      |   1 +
 9 files changed, 487 insertions(+), 21 deletions(-)