Re: [dpdk-dev] [PATCHv5] eal: remove sys/queue.h from public headers.

2021-08-13 Thread William Tu
Hi Dmitry, Thanks for your feedback! On Fri, Aug 13, 2021 at 11:59 AM Dmitry Kozlyuk wrote: > > 2021-08-13 03:36 (UTC+), William Tu: > > Currently there are some public headers that include 'sys/queue.h', which > > is not POSIX, but usually provided by the Linux/BSD system library. > > (Not i

Re: [dpdk-dev] [PATCHv5] eal: remove sys/queue.h from public headers.

2021-08-13 Thread Dmitry Kozlyuk
2021-08-13 03:36 (UTC+), William Tu: > Currently there are some public headers that include 'sys/queue.h', which > is not POSIX, but usually provided by the Linux/BSD system library. > (Not in POSIX.1, POSIX.1-2001, or POSIX.1-2008. Present on the BSDs.) > The file is missing on Windows. During

[dpdk-dev] [PATCHv5] eal: remove sys/queue.h from public headers.

2021-08-12 Thread William Tu
Currently there are some public headers that include 'sys/queue.h', which is not POSIX, but usually provided by the Linux/BSD system library. (Not in POSIX.1, POSIX.1-2001, or POSIX.1-2008. Present on the BSDs.) The file is missing on Windows. During the windows build, DPDK uses a bundled copy, s