Re: [dpdk-dev] [PATCH v3] mlx5: split multi-threaded flows per OS
From: Thomas Monjalon <hidden>
Date: 2021-01-11 23:14:23
From: Thomas Monjalon <hidden>
Date: 2021-01-11 23:14:23
07/01/2021 14:08, Tal Shnaiderman:
multi-threaded flows feature uses pthread function pthread_key_create but for Windows the destruction option in the function is unimplemented. to resolve it Windows will implement destruction mechanism to cleanup mlx5_flow_workspace object for each terminated thread. Linux flow will keep the current behavior. Signed-off-by: Tal Shnaiderman <redacted> Acked-by: Matan Azrad <redacted>
Acked-by: Khoa To <redacted> Applied in next-net-mlx, thanks.