[dpdk-dev] [PATCH] net/mlx5: fix shared RSS action release
Raslan Darawsheh
rasland at nvidia.com
Mon Nov 9 09:22:36 CET 2020
Hi,
> -----Original Message-----
> From: Suanming Mou <suanmingm at nvidia.com>
> Sent: Friday, November 6, 2020 5:08 AM
> To: Slava Ovsiienko <viacheslavo at nvidia.com>; Matan Azrad
> <matan at nvidia.com>
> Cc: Raslan Darawsheh <rasland at nvidia.com>; dev at dpdk.org
> Subject: [PATCH] net/mlx5: fix shared RSS action release
>
> As shared RSS action is global standalone action, the shared action
> should be maintained only by the shared action management functions.
>
> Currently, the shared RSS action hrxq uses the same fate action type
> with existed general queues, and implicitly uses the deprecate refcnt
> increment to indicate the hrxq is in using which leads the hrxq be
> released when flow is destroyed.
>
> This commit adds a new fate action type for shared RSS action to
> handle the shared RSS action release correctly.
>
> Fixes: e1592b6c4dea ("net/mlx5: make Rx queue thread safe")
>
> Signed-off-by: Suanming Mou <suanmingm at nvidia.com>
> Acked-by: Matan Azrad <matan at nvidia.com>
> ---
Patch applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list