Re: [dpdk-dev] [PATCH 4/4] devtools: add Windows cross-build test with MinGW

2020-06-15 Thread Thomas Monjalon
15/06/2020 03:05, Dmitry Kozlyuk: > > It looks to be a false positive, but we need to find a way to remove > > the warning with a code change. > > > > This workaround in lib/librte_eal/common/eal_common_options.c > > makes 200% sure the default_set is initialized: > > > > - if (pthread_geta

Re: [dpdk-dev] [PATCH 4/4] devtools: add Windows cross-build test with MinGW

2020-06-14 Thread Dmitry Kozlyuk
> It looks to be a false positive, but we need to find a way to remove > the warning with a code change. > > This workaround in lib/librte_eal/common/eal_common_options.c > makes 200% sure the default_set is initialized: > > - if (pthread_getaffinity_np(pthread_self(), sizeof(rte_cpuset_t),

Re: [dpdk-dev] [PATCH 4/4] devtools: add Windows cross-build test with MinGW

2020-06-14 Thread Thomas Monjalon
15/06/2020 00:57, Thomas Monjalon: > The Meson cross file is renamed from meson_mingw.txt to cross-mingw, > and is added to test-meson-builds.sh. > > The only example supported on Windows so far is "helloworld", > that's why the default list of examples is overriden. > > Signed-off-by: Thomas Mon

[dpdk-dev] [PATCH 4/4] devtools: add Windows cross-build test with MinGW

2020-06-14 Thread Thomas Monjalon
The Meson cross file is renamed from meson_mingw.txt to cross-mingw, and is added to test-meson-builds.sh. The only example supported on Windows so far is "helloworld", that's why the default list of examples is overriden. Signed-off-by: Thomas Monjalon --- config/x86/{meson_mingw.txt => cross-