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

2019-03-28 Thread Harini Ramakrishnan
Includes Windows-specific EAL changes and meson changes to build the code on windows. v7 Changes: 1. Fixed rte_os.h not found issue on linux and freebsd. 2. Fixed missing def issues on linux and freebsd. 3. Updated comments in header files to be more descriptive Acked-by: Harini Ramakrishnan

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

2019-03-28 Thread Anand Rawat
Includes Windows-specific EAL changes and meson changes to build the code on windows. v7 Changes: 1. Fixed rte_os.h not found issue on linux and freebsd. 2. Fixed missing def issues on linux and freebsd. 3. Updated comments in header files to be more descriptive v6 Changes: 1. Introduced rte_os.