Re: [dpdk-dev] [PATCH v3] mlx5: split multi-threaded flows per OS

2021-01-11 Thread Thomas Monjalon
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 term

[dpdk-dev] [PATCH v3] mlx5: split multi-threaded flows per OS

2021-01-07 Thread 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 curr