Re: [dpdk-dev] [PATCHv2] include: fix sys/queue.h.

2021-08-11 Thread William Tu
On Wed, Aug 11, 2021 at 8:50 AM Dmitry Kozlyuk wrote: > > Hi William, > > 2021-08-11 20:46 (UTC+), William Tu: > > Currently there are a couple of header files include 'sys/queue.h', > > which is a POSIX functionality. When compiling DPDK with OVS on > > Windows, we encountered issues such as

Re: [dpdk-dev] [PATCHv2] include: fix sys/queue.h.

2021-08-11 Thread Dmitry Kozlyuk
Hi William, 2021-08-11 20:46 (UTC+), William Tu: > Currently there are a couple of header files include 'sys/queue.h', > which is a POSIX functionality. When compiling DPDK with OVS on > Windows, we encountered issues such as, found the missing header. > In file included from ../lib/dpdk.c:27

[dpdk-dev] [PATCHv2] include: fix sys/queue.h.

2021-08-11 Thread William Tu
Currently there are a couple of header files include 'sys/queue.h', which is a POSIX functionality. When compiling DPDK with OVS on Windows, we encountered issues such as, found the missing header. In file included from ../lib/dpdk.c:27: C:\temp\dpdk\include\rte_log.h:24:10: fatal error: 'sys/queu