mbox series

[v2,0/5] Add support of indirect action API for count action.

Message ID 20210429095542.7800-1-viacheslavo@nvidia.com (mailing list archive)
Headers
Series Add support of indirect action API for count action. |

Message

Slava Ovsiienko April 29, 2021, 9:55 a.m. UTC
  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(-)
  

Comments

Ferruh Yigit April 30, 2021, 10:43 a.m. UTC | #1
On 4/29/2021 10:55 AM, Viacheslav Ovsiienko wrote:
> 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
> 

Carried Ori's ack to testpmd patches from first version.

Series applied to dpdk-next-net/main, thanks.