Re: [dpdk-dev] [PATCH v6 8/8] build: meson changes to build on windows

2019-03-28 Thread Harini Ramakrishnan
...@monjalon.net Subject: [dpdk-dev] [PATCH v6 8/8] build: meson changes to build on windows Added meson workarounds to build helloworld on windows. Windows currently only supports kvargs and eal libraries. This change restricts the build flow to supported libraries only. Signed-off-by: Anand Rawat Signed

Re: [dpdk-dev] [PATCH v6 8/8] build: meson changes to build on windows

2019-03-28 Thread Thomas Monjalon
28/03/2019 03:21, Anand Rawat: > Added meson workarounds to build helloworld on windows. > Windows currently only supports kvargs and eal libraries. > This change restricts the build flow to supported libraries > only. It is OK to merge few limited workarounds in the master branch, in order to sta

[dpdk-dev] [PATCH v6 8/8] build: meson changes to build on windows

2019-03-27 Thread Anand Rawat
Added meson workarounds to build helloworld on windows. Windows currently only supports kvargs and eal libraries. This change restricts the build flow to supported libraries only. Signed-off-by: Anand Rawat Signed-off-by: Pallavi Kadam Reviewed-by: Jeff Shaw Reviewed-by: Ranjit Menon --- app/