[dpdk-dev] [PATCH v2] net/mlx5: fix shared RSS action release

Ferruh Yigit ferruh.yigit at intel.com
Wed Nov 11 13:39:40 CET 2020


On 11/10/2020 3:28 AM, Suanming Mou wrote:
> As shared RSS action will be shared by multiple flows, the action
> is created as global standalone action and managed only by the
> relevant shared action management functions.
> 
> Currently, hrxqs will be created by shared RSS action or general
> queue action. For hrxqs created by shared RSS action, they should
> also only be released with shared RSS action. It's not correct to
> release the shared RSS action hrxqs as general queue actions do
> in flow destroy.
> 
> This commit adds a new fate action type for shared RSS action to
> handle the shared RSS action hrxq 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>

Applied to dpdk-next-net/main, thanks.



More information about the dev mailing list