> -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@intel.com> > Sent: Tuesday, November 10, 2020 2:17 AM > To: Suanming Mou <suanmi...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com> > Cc: Raslan Darawsheh <rasl...@nvidia.com>; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix shared RSS action release > > On 11/6/2020 3:08 AM, Suanming Mou wrote: > > 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. > > > > Can you please re-word above paragraph to make it easier to understand?
OK, will send V2 with the update. > > Thanks, > ferruh > > > 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> > > <...>