mbox series

[v5,0/4] support e-switch flow count action

Message ID 1539887363-27858-1-git-send-email-motih@mellanox.com (mailing list archive)
Headers
Series support e-switch flow count action |

Message

Moti Haimovsky Oct. 18, 2018, 6:29 p.m. UTC
  The following series of patches adds support for reading the
mlx5 e-switch flow counters.

Moti Haimovsky (4):
  net/mlx5: refactor TC-flow infrastructure
  net/mlx5: tc flow to use the new infrastructure
  net/mlx5: add flow query abstraction interface
  net/mlx5: support e-switch flow count action

 drivers/net/mlx5/mlx5.c            |  20 +-
 drivers/net/mlx5/mlx5.h            |   4 +-
 drivers/net/mlx5/mlx5_flow.c       |  99 ++----
 drivers/net/mlx5/mlx5_flow.h       |  15 +-
 drivers/net/mlx5/mlx5_flow_dv.c    |  19 ++
 drivers/net/mlx5/mlx5_flow_tcf.c   | 644 +++++++++++++++++++++++++++++++++++--
 drivers/net/mlx5/mlx5_flow_verbs.c |  87 +++++
 7 files changed, 773 insertions(+), 115 deletions(-)
  

Comments

Shahaf Shuler Oct. 21, 2018, 8:23 a.m. UTC | #1
Thursday, October 18, 2018 9:29 PM, Mordechay Haimovsky:
> Subject: [PATCH v5 0/4] support e-switch flow count action
> 
> The following series of patches adds support for reading the
> mlx5 e-switch flow counters.
> 
> Moti Haimovsky (4):
>   net/mlx5: refactor TC-flow infrastructure
>   net/mlx5: tc flow to use the new infrastructure
>   net/mlx5: add flow query abstraction interface
>   net/mlx5: support e-switch flow count action
> 
>  drivers/net/mlx5/mlx5.c            |  20 +-
>  drivers/net/mlx5/mlx5.h            |   4 +-
>  drivers/net/mlx5/mlx5_flow.c       |  99 ++----
>  drivers/net/mlx5/mlx5_flow.h       |  15 +-
>  drivers/net/mlx5/mlx5_flow_dv.c    |  19 ++
>  drivers/net/mlx5/mlx5_flow_tcf.c   | 644
> +++++++++++++++++++++++++++++++++++--
>  drivers/net/mlx5/mlx5_flow_verbs.c |  87 +++++
>  7 files changed, 773 insertions(+), 115 deletions(-)

Applied to next-net-mlx, thanks. 

> 
> --
> 1.8.3.1