RE: [PATCH] net/mlx5: fix thread termination check on Windows

2022-10-18 Thread Raslan Darawsheh
@dpdk.org > Subject: [PATCH] net/mlx5: fix thread termination check on Windows > > The mlx5_is_thread_alive function always returns false > (terminated) regardless to the actual thread state. > > Fixed to return the correct thread state. > > Bugzilla ID: 1089 > Fixe

RE: [PATCH] net/mlx5: fix thread termination check on Windows

2022-10-12 Thread Slava Ovsiienko
; Subject: [PATCH] net/mlx5: fix thread termination check on Windows > > The mlx5_is_thread_alive function always returns false > (terminated) regardless to the actual thread state. > > Fixed to return the correct thread state. > > Bugzilla ID: 1089 > Fixes: 5d55a494f4e62

[PATCH] net/mlx5: fix thread termination check on Windows

2022-10-11 Thread Tal Shnaiderman
The mlx5_is_thread_alive function always returns false (terminated) regardless to the actual thread state. Fixed to return the correct thread state. Bugzilla ID: 1089 Fixes: 5d55a494f4e62f2 ("net/mlx5: split multi-thread flow handling per OS") Cc: sta...@dpdk.org Signed-off-by: Tal Shnaiderman