Hi,

> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Matan Azrad
> Sent: Wednesday, June 9, 2021 3:33 PM
> To: [email protected]
> Cc: Slava Ovsiienko <[email protected]>; [email protected]; Bing Zhao
> <[email protected]>
> 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: [email protected]
> 
> Signed-off-by: Matan Azrad <[email protected]>
> Acked-by: Bing Zhao <[email protected]>
> ---

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

Reply via email to