Re: [dpdk-dev] [PATCH v2] eal/windows: Switched to an external pthreads library

2023-06-14 Thread Stephen Hemminger
On Thu, 24 Sep 2020 12:41:01 +0100 John Alexander wrote: > The Windows EAL build now pulls in the pthreads4w project as an external > subproject. The pthreads4w subproject does not currently provide a > meson build so the project has been patched with one. > > Removed the placeholder librte_eal

[dpdk-dev] [PATCH v2] eal/windows: Switched to an external pthreads library

2020-09-24 Thread John Alexander
The Windows EAL build now pulls in the pthreads4w project as an external subproject. The pthreads4w subproject does not currently provide a meson build so the project has been patched with one. Removed the placeholder librte_eal\windows\include\pthread.h and sched.h header files as these are supe