[0/3] net/mlx5: fix sync meter processing in HWS setup

Message ID 20240307101211.1134473-1-getelson@nvidia.com (mailing list archive)
Headers
Series net/mlx5: fix sync meter processing in HWS setup |

Message

Gregory Etelson March 7, 2024, 10:12 a.m. UTC
  Implement sync meter ASO interface for async calls
in the template API environment.

Gregory Etelson (3):
  net/mlx5: fix HWS meter actions availability
  net/mlx5: fix sync meter processing in HWS setup
  net/mlx5: fix indirect action async job initialization

 drivers/net/mlx5/mlx5.h            |  35 +++++-
 drivers/net/mlx5/mlx5_flow_aso.c   | 178 ++++++++++++++++++-----------
 drivers/net/mlx5/mlx5_flow_hw.c    | 119 ++++++++++---------
 drivers/net/mlx5/mlx5_flow_meter.c |  55 ++++++---
 4 files changed, 251 insertions(+), 136 deletions(-)

Acked-by: Dariusz Sosnowski <dsosnowski@nvidia.com>