mbox series

[v1,0/2] Fix Meter Hierarchy related issues

Message ID 20210804072647.2077832-1-shunh@nvidia.com (mailing list archive)
Headers
Series Fix Meter Hierarchy related issues |

Message

Shun Hao Aug. 4, 2021, 7:26 a.m. UTC
  1. fix the wrong flow statistics when flow contains both count/meter.
2. fix the wrong meter domain access when meters in hierarchy support
different domains.

Shun Hao (2):
  net/mlx5: fix meter flow counter traslation
  net/mlx5: fix domains detection in meter hierarchy

 drivers/net/mlx5/mlx5_flow_dv.c | 43 ++++++++++++++++++++++++---------
 1 file changed, 32 insertions(+), 11 deletions(-)
  

Comments

Thomas Monjalon Aug. 4, 2021, 9:26 a.m. UTC | #1
04/08/2021 09:26, Shun Hao:
> 1. fix the wrong flow statistics when flow contains both count/meter.
> 2. fix the wrong meter domain access when meters in hierarchy support
> different domains.
> 
> Shun Hao (2):
>   net/mlx5: fix meter flow counter traslation
>   net/mlx5: fix domains detection in meter hierarchy

Applied, thanks.