Re: [dpdk-dev] [PATCH v8 00/10] HelloWorld example for Windows

2019-04-02 Thread Anand Rawat
On 4/2/2019 4:25 PM, Thomas Monjalon wrote: 02/04/2019 05:54, Anand Rawat: Includes Windows-specific EAL changes and meson changes to build the code on Windows. [...] Anand Rawat (10): eal: eal stub to add windows support meson: required changes for windows eal: add new rte_os.h heade

Re: [dpdk-dev] [PATCH v8 00/10] HelloWorld example for Windows

2019-04-02 Thread Thomas Monjalon
02/04/2019 05:54, Anand Rawat: > Includes Windows-specific EAL changes and meson changes > to build the code on Windows. [...] > Anand Rawat (10): > eal: eal stub to add windows support > meson: required changes for windows > eal: add new rte_os.h header to build system > eal: update commo

[dpdk-dev] [PATCH v8 00/10] HelloWorld example for Windows

2019-04-01 Thread Anand Rawat
Includes Windows-specific EAL changes and meson changes to build the code on Windows. v8 Changes: 1. Fixed rte_os.h not found issue on linux and freebsd. 2. Updated make build system to include path for rte_os.h. 3. Fixed math lib error on linux. 4. Separated eal logic and build changes. v7 Chang