Re: [dpdk-dev] [PATCH 0/4] fix build with GCC 10

2020-05-21 Thread Thomas Monjalon
20/05/2020 18:45, Kevin Traynor: > On 20/05/2020 14:58, Thomas Monjalon wrote: > > These are supposed to be the last patches to support GCC 10. > > > > Thomas Monjalon (4): > > net/mvpp2: fix build with gcc 10 > > examples/vm_power: fix build with -fno-common > > examples/vm_power: drop Unix

Re: [dpdk-dev] [PATCH 0/4] fix build with GCC 10

2020-05-20 Thread Kevin Traynor
On 20/05/2020 14:58, Thomas Monjalon wrote: > These are supposed to be the last patches to support GCC 10. > > Thomas Monjalon (4): > net/mvpp2: fix build with gcc 10 > examples/vm_power: fix build with -fno-common > examples/vm_power: drop Unix path limit redefinition > devtools: allow wa

Re: [dpdk-dev] [PATCH 0/4] fix build with GCC 10

2020-05-20 Thread David Marchand
On Wed, May 20, 2020 at 3:58 PM Thomas Monjalon wrote: > > These are supposed to be the last patches to support GCC 10. > > Thomas Monjalon (4): > net/mvpp2: fix build with gcc 10 > examples/vm_power: fix build with -fno-common > examples/vm_power: drop Unix path limit redefinition > devto