Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Matan Azrad > Sent: Wednesday, June 9, 2021 3:33 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko <viachesl...@nvidia.com>; sta...@dpdk.org; Bing Zhao > <bi...@nvidia.com> > Subject: [dpdk-dev] [PATCH] net/mlx5: fix aging counter deallocation > > When a counter is destroyed and used for aging action, the driver should > remove the counter object from the age-out list if it is there. > > The counter memory of the list entry and of the counter shared > information is shared because, currently, shared counter cannot be used > for aging. > > When the support for counter action in action handle API was added, the > counter shared information was reused and moved to be used also for > non-shared case. Wrongly, it is used for aging case too. > > Remove the usage of shared information in case of aging. > > Fixes: f3191849f2c2 ("net/mlx5: support flow count action handle") > Cc: sta...@dpdk.org > > Signed-off-by: Matan Azrad <ma...@nvidia.com> > Acked-by: Bing Zhao <bi...@nvidia.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh