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

2021-08-17 Thread Dmitry Kozlyuk
Hi William, just a few minor corrections remain, please see inline. 2021-08-14 02:51 (UTC+), William Tu: [...] > diff --git a/lib/eal/common/eal_common_devargs.c > b/lib/eal/common/eal_common_devargs.c > index 23aaf8b7e4..7edc6798fe 100644 > --- a/lib/eal/common/eal_common_devargs.c > +++ b/l

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

2021-08-13 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, so