@Ori, could you take a look at the patch series.
On 9/21/22 17:54, Michael Baum wrote:
RFC's:
https://patchwork.dpdk.org/project/dpdk/patch/7a45693f478b1b721b4e05131141b526185a175c.1654063912.git.jack...@nvidia.com/
https://patchwork.dpdk.org/project/dpdk/patch/608febf8d5d3c434a1eddb2e56f425ebbd6ff0b4.1654063912.git.jack...@nvidia.com/
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 | 177 +++++++++++++++++++-
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 | 89 +++++++++-
lib/ethdev/rte_flow_driver.h | 7 +
lib/ethdev/version.map | 3 +
9 files changed, 491 insertions(+), 16 deletions(-)