Re: [dpdk-dev] [PATCH v4 0/8] HelloWorld example for windows

2019-03-25 Thread Harini Ramakrishnan
...@monjalon.net Subject: [dpdk-dev] [PATCH v4 0/8] HelloWorld example for windows Includes Windows-specific EAL changes and meson changes to build the code on windows. v4 Changes: 1. Exposed more functions for eal DLL in the module definition file 2. Moved disabling meson logic to sub directories v3 Changes

[dpdk-dev] [PATCH v4 0/8] HelloWorld example for windows

2019-03-22 Thread Anand Rawat
Includes Windows-specific EAL changes and meson changes to build the code on windows. v4 Changes: 1. Exposed more functions for eal DLL in the module definition file 2. Moved disabling meson logic to sub directories v3 Changes: 1. Separated meson workarounds from the essential code changes 2. Add