Re: [dpdk-dev] [PATCH v3 02/10] eal/windows: do not expose private EAL facilities

2020-04-21 Thread Thomas Monjalon
14/04/2020 21:44, Dmitry Kozlyuk: > The goal of rte_os.h is to mitigate OS differences for EAL users. > In Windows EAL, rte_os.h did excessive things: > > 1. It included platform SDK headers (windows.h, etc). Those files are >huge, require specific inclusion order, and are generally unused by

[dpdk-dev] [PATCH v3 02/10] eal/windows: do not expose private EAL facilities

2020-04-14 Thread Dmitry Kozlyuk
The goal of rte_os.h is to mitigate OS differences for EAL users. In Windows EAL, rte_os.h did excessive things: 1. It included platform SDK headers (windows.h, etc). Those files are huge, require specific inclusion order, and are generally unused by the code including rte_os.h. Declarations