Re: [dpdk-dev] [PATCH v7 0/8] Fixes for GCC8 against lagopus

2018-05-22 Thread Thomas Monjalon
22/05/2018 11:13, Bruce Richardson: > On Tue, May 22, 2018 at 09:24:07AM +0800, Andy Green wrote: > > The following series fixes build problems in dpdk master > > headers, found when using it as the dpdk subproject in > > lagopus. These errors are coming when you try to use > > the dpdk headers, n

Re: [dpdk-dev] [PATCH v7 0/8] Fixes for GCC8 against lagopus

2018-05-22 Thread Andy Green
On 05/22/2018 05:13 PM, Bruce Richardson wrote: On Tue, May 22, 2018 at 09:24:07AM +0800, Andy Green wrote: The following series fixes build problems in dpdk master headers, found when using it as the dpdk subproject in lagopus. These errors are coming when you try to use the dpdk headers, no

Re: [dpdk-dev] [PATCH v7 0/8] Fixes for GCC8 against lagopus

2018-05-22 Thread Bruce Richardson
On Tue, May 22, 2018 at 09:24:07AM +0800, Andy Green wrote: > The following series fixes build problems in dpdk master > headers, found when using it as the dpdk subproject in > lagopus. These errors are coming when you try to use > the dpdk headers, not when you build dpdk itself. > > 6/8 are ac

[dpdk-dev] [PATCH v7 0/8] Fixes for GCC8 against lagopus

2018-05-21 Thread Andy Green
The following series fixes build problems in dpdk master headers, found when using it as the dpdk subproject in lagopus. These errors are coming when you try to use the dpdk headers, not when you build dpdk itself. 6/8 are acked by Bruce Richardson... the other two have had the pending comment ap