Re: [dpdk-dev] [PATCH 0/7] eal/windows: do not expose POSIX symbols

2021-03-17 Thread Ranjit Menon
On 2/20/2021 3:29 PM, Dmitry Kozlyuk wrote: On Windows, rte_os.h contains a small POSIX compatibility set of functions and macros. Exposing it from EAL can break consumer own POSIX compatibility layer and is against standards in general. First define required wrappers, then fix POSIX dependencie

[dpdk-dev] [PATCH 0/7] eal/windows: do not expose POSIX symbols

2021-02-20 Thread Dmitry Kozlyuk
On Windows, rte_os.h contains a small POSIX compatibility set of functions and macros. Exposing it from EAL can break consumer own POSIX compatibility layer and is against standards in general. First define required wrappers, then fix POSIX dependencies in Windows-enabled libraries and drivers, th