Hi, > -----Original Message----- > From: Suanming Mou <suanmi...@nvidia.com> > Sent: Friday, November 6, 2020 5:08 AM > To: Slava Ovsiienko <viachesl...@nvidia.com>; Matan Azrad > <ma...@nvidia.com> > Cc: Raslan Darawsheh <rasl...@nvidia.com>; dev@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 <suanmi...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com> > --- Patch applied to next-net-mlx,
Kindest regards, Raslan Darawsheh