Re: [PATCH v2] net/mlx5: fix sync meter action

2024-03-24 Thread Thomas Monjalon
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

[PATCH v2] net/mlx5: fix sync meter action

2024-03-19 Thread 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 provid