RE: [PATCH] net/mlx5: fix the workspace double free in Windows

2023-10-31 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Thursday, October 26, 2023 12:15 PM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh ; > Suanming Mou ; Ori Kam > Cc: dev@dpdk.org; Gregory Etelson ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fi

[PATCH] net/mlx5: fix the workspace double free in Windows

2023-10-26 Thread Bing Zhao
The thread specific variable workspace indicated by "key_workspace" should be freed explicitly when closing a device. For example, in Linux, when exiting an application, the thread will not exit explicitly and the thread resources will not be deconstructed. The commit to solve this introduced a gl

[PATCH] net/mlx5: fix the workspace double free in Windows

2023-10-26 Thread Bing Zhao
The thread specific variable workspace indicated by "key_workspace" should be freed explicitly when closing a device. For example, in Linux, when exiting an application, the thread will not exit explicitly and the thread resources will not be deconstructed. The commit to solve this introduced a gl