Re: [dpdk-dev] [PATCH v2] config/ppc: ignore gcc 11 psabi warnings

2021-09-14 Thread Bruce Richardson
On Tue, Sep 14, 2021 at 12:16:36PM +0200, David Marchand wrote: > On Tue, Sep 14, 2021 at 11:18 AM Ferruh Yigit wrote: > > > > On 9/3/2021 12:53 AM, David Christensen wrote: > > > Suppress the gcc warning "note: the layout of aggregates containing > > > vectors with 4-byte alignment has changed in

Re: [dpdk-dev] [PATCH v2] config/ppc: ignore gcc 11 psabi warnings

2021-09-14 Thread David Marchand
On Tue, Sep 14, 2021 at 11:18 AM Ferruh Yigit wrote: > > On 9/3/2021 12:53 AM, David Christensen wrote: > > Suppress the gcc warning "note: the layout of aggregates containing > > vectors with 4-byte alignment has changed in GCC 5" on POWER systems > > by setting "-Wno-psabi". Warning was origina

Re: [dpdk-dev] [PATCH v2] config/ppc: ignore gcc 11 psabi warnings

2021-09-14 Thread Ferruh Yigit
On 9/3/2021 12:53 AM, David Christensen wrote: > Suppress the gcc warning "note: the layout of aggregates containing > vectors with 4-byte alignment has changed in GCC 5" on POWER systems > by setting "-Wno-psabi". Warning was originally added to gcc in > commit https://gcc.gnu.org/git/gitweb.cgi?

Re: [dpdk-dev] [PATCH v2] config/ppc: ignore gcc 11 psabi warnings

2021-09-13 Thread David Marchand
On Fri, Sep 3, 2021 at 1:53 AM David Christensen wrote: > > Suppress the gcc warning "note: the layout of aggregates containing > vectors with 4-byte alignment has changed in GCC 5" on POWER systems > by setting "-Wno-psabi". Warning was originally added to gcc in > commit https://gcc.gnu.org/gi

Re: [dpdk-dev] [PATCH v2] config/ppc: ignore gcc 11 psabi warnings

2021-09-08 Thread David Christensen
Suppress the gcc warning "note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5" on POWER systems by setting "-Wno-psabi". Warning was originally added to gcc in commit https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=9832651 to warn of the vector alignment ch

[dpdk-dev] [PATCH v2] config/ppc: ignore gcc 11 psabi warnings

2021-09-02 Thread David Christensen
Suppress the gcc warning "note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5" on POWER systems by setting "-Wno-psabi". Warning was originally added to gcc in commit https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=9832651 to warn of the vector alignment cha