[PATCH v2] net/mlx5: fix sync meter action
Thomas Monjalon
thomas at monjalon.net
Sun Mar 24 23:25:35 CET 2024
19/03/2024 12:24, Gregory Etelson:
> PMD implements sync METER flow action as async.
> Queue selected for sync operations is `MLX5_HW_INV_QUEUE`.
> That dummy queue value is translated into `CTRL_QUEUE_ID(priv)`.
> Async job allocation converts INV queue into the real value, but
> job release does not.
>
> This patch fixes the queue value provided to `flow_hw_job_put()`.
>
> This patch also removes dead code found in METER_MARK
> destroy handler.
>
> Coverity issue: 415806
> Coverity issue: 415804
>
> Fixes: 4359d9d1f76b ("net/mlx5: fix sync meter processing in HWS")
>
> Signed-off-by: Gregory Etelson <getelson at nvidia.com>
> Acked-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
Applied, thanks.
More information about the dev
mailing list