Re: [PATCH] eal/windows: fix data race when creating threads

2022-03-30 Thread Thomas Monjalon
10/03/2022 17:19, Dmitry Kozlyuk: > Hi Tyler, > > 2022-03-09 23:35 (UTC-0800), Tyler Retzlaff: > > create lcore worker threads suspended and then subsequently resume to > > allow &lcore_config[i].thread_id be stored before eal_thread_loop > > execution. > > > > Fixes: 53ffd9f080fc ("eal/windows:

Re: [PATCH] eal/windows: fix data race when creating threads

2022-03-10 Thread Dmitry Kozlyuk
Hi Tyler, 2022-03-09 23:35 (UTC-0800), Tyler Retzlaff: > create lcore worker threads suspended and then subsequently resume to > allow &lcore_config[i].thread_id be stored before eal_thread_loop > execution. > > Fixes: 53ffd9f080fc ("eal/windows: add minimum viable code") > Cc: anand.ra...@intel.

[PATCH] eal/windows: fix data race when creating threads

2022-03-09 Thread Tyler Retzlaff
create lcore worker threads suspended and then subsequently resume to allow &lcore_config[i].thread_id be stored before eal_thread_loop execution. Fixes: 53ffd9f080fc ("eal/windows: add minimum viable code") Cc: anand.ra...@intel.com Cc: sta...@dpdk.org Signed-off-by: Tyler Retzlaff --- lib/eal