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

2021-08-12 Thread Dmitry Kozlyuk
2021-08-12 20:05 (UTC+), William Tu: > Currently there are a couple of public header files include Suggested subject: "eal: remove sys/queue.h from public headers". 1. The state before the patch should be described in the past tense. 2. Really ten times more than "a couple", suggesting "some"

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

2021-08-12 Thread William Tu
Currently there are a couple of public 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: 's