RE: [PATCH v3] net/mlx5: fix flow workspace destruction

2023-07-03 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Monday, July 3, 2023 12:51 PM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; Suanming Mou > ; Raslan Darawsheh > Cc: dev@dpdk.org; Gregory Etelson ; > sta...@dpdk.org; David Marchand > Subject: [P

[PATCH v3] net/mlx5: fix flow workspace destruction

2023-07-03 Thread Bing Zhao
From: Gregory Etelson PMD uses pthread key to allocate and access per thread flow workspace memory buffers. PMD registered a key destructor function to clean up flow workspace buffers. However, the key destructor was not called by the pthread library. The patch keeps track of per-thread flow wo