Re: [PATCH] net/mlx5: break resource release forever loop

2024-06-03 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Thursday, May 30, 2024 12:46 AM To: dev@dpdk.org Cc: sta...@dpdk.org; Raslan Darawsheh; Slava Ovsiienko; Matan Azrad; Dariusz Sosnowski; Bing Zhao; Ori Kam; Suanming Mou Subject: [PATCH] net/mlx5: break resource release forever loop There is a loop inside the

[PATCH] net/mlx5: break resource release forever loop

2024-05-29 Thread Alexander Kozyrev
There is a loop inside the flow_hw_resource_release() function that tries to free all the template patterns and tables until they are successfully released. But some of the tables may be still in use in case of the ungraceful application termination. Which causes the forever loop in the app on the