01/09/2021 10:07, Dmitry Kozlyuk:
> Shared RSS resources were released before checking that the shared RSS
> has no more references. If it had, the destruction was aborted, leaving
> the shared RSS in an invalid state where it could no longer be used.
> Move reference counter check before resource release.
>
> Fixes: d2046c09aa64 ("net/mlx5: support shared action for RSS")
> Cc: [email protected]
> Cc: [email protected]
>
> Signed-off-by: Dmitry Kozlyuk <[email protected]>
> Acked-by: Viacheslav Ovsiienko <[email protected]>
Applied in next-net-mlx, thanks.