Re: [dpdk-dev] [PATCH v2] ppc64: fix compilation of when AltiVec is enabled

2018-08-30 Thread Christian Ehrhardt
On Thu, Aug 30, 2018 at 1:55 PM Christian Ehrhardt < christian.ehrha...@canonical.com> wrote: > The definition of almost any newer standard like --stc=c11 will drop > __APPLCE_ALTIVEC__ which otherwise would be defined. > If that is the case then altivec.h will redefine bool to a type > conflictin

[dpdk-dev] [PATCH v2] ppc64: fix compilation of when AltiVec is enabled

2018-08-30 Thread Christian Ehrhardt
The definition of almost any newer standard like --stc=c11 will drop __APPLCE_ALTIVEC__ which otherwise would be defined. If that is the case then altivec.h will redefine bool to a type conflicting with those defined by stdbool.h. This breaks compilation of 18.08 on ppc64 like: mlx5_nl_flow.c:40