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

2021-08-12 Thread William Tu
On Thu, Aug 12, 2021 at 6:11 PM Stephen Hemminger wrote: > > On Fri, 13 Aug 2021 01:02:50 + > William Tu wrote: > > > Currently there are some public headers that include 'sys/queue.h', which > > is not POSIX, but usually provided by Linux/BSD system library. > > (Not in POSIX.1, POSIX.1-2001

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

2021-08-12 Thread Stephen Hemminger
On Fri, 13 Aug 2021 01:02:50 + William Tu wrote: > Currently there are some public headers that include 'sys/queue.h', which > is not POSIX, but usually provided by Linux/BSD system library. > (Not in POSIX.1, POSIX.1-2001, or POSIX.1-2008. Present on the BSDs.) > The file is missing on Windo

[dpdk-dev] [PATCHv4] 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 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 buil