Re: [dpdk-dev] [PATCH] net/mlx5: fix aging counter deallocation

2021-06-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Wednesday, June 9, 2021 3:33 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko ; sta...@dpdk.org; Bing Zhao > > Subject: [dpdk-dev] [PATCH] net/mlx5: fix aging counter deallocation > > When a co

[dpdk-dev] [PATCH] net/mlx5: fix aging counter deallocation

2021-06-09 Thread Matan Azrad
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 suppo