RE: [PATCH 0/2] net/mlx5: fix counter object leaks

2023-07-02 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Tuesday, June 27, 2023 11:28 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; Suanming Mou > > Cc: dev@dpdk.org > Subject: [PATCH 0/2] net/mlx5: fix counter object leaks > > This patch series

[PATCH 0/2] net/mlx5: fix counter object leaks

2023-06-27 Thread Dariusz Sosnowski
This patch series fixes the issue where after a long cycle of inserting/deleting flow rules using COUNT actions, mlx5_hws_cnt_pool_get() started returning either -EAGAIN or -ENOENT. Root cause of the issue was the fact that some counter objects were not properly returned to the shared counter pool.