mbox series

[0/3] ethdev: AGE action preparation

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

Message

Michael Baum Sept. 21, 2022, 2:54 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/

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(-)
  

Comments

Andrew Rybchenko Sept. 29, 2022, 8:40 a.m. UTC | #1
@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.jackmin@nvidia.com/
> https://patchwork.dpdk.org/project/dpdk/patch/608febf8d5d3c434a1eddb2e56f425ebbd6ff0b4.1654063912.git.jackmin@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(-)
>