[dpdk-dev] [PATCH v2 0/5] Add support of indirect action API for count action.

Viacheslav Ovsiienko viacheslavo at nvidia.com
Thu Apr 29 11:55:37 CEST 2021


v1: http://patches.dpdk.org/project/dpdk/patch/20210426124250.42771-2-michaelba@nvidia.com/
V2: patch rebase 

Michael Baum (5):
  net/mlx5: support flow count action handle
  app/testpmd: remove indirect RSS action query
  app/testpmd: support indirect counter action query
  net/mlx5: fix flow age event triggering
  net/mlx5: use aging by counter when counter is existed

 app/test-pmd/config.c                  | 152 +++++-----
 doc/guides/nics/mlx5.rst               |  13 +-
 doc/guides/rel_notes/release_21_05.rst |   1 +
 drivers/net/mlx5/mlx5.c                |   8 +-
 drivers/net/mlx5/mlx5.h                |   9 +-
 drivers/net/mlx5/mlx5_defs.h           |   2 +-
 drivers/net/mlx5/mlx5_flow.c           |   6 +
 drivers/net/mlx5/mlx5_flow.h           |   3 +-
 drivers/net/mlx5/mlx5_flow_dv.c        | 369 +++++++++++++++++--------
 drivers/net/mlx5/mlx5_flow_verbs.c     |   2 +-
 10 files changed, 360 insertions(+), 205 deletions(-)

-- 
2.18.1



More information about the dev mailing list