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

2018-11-08 Thread Pradeep Satyanarayana
t: Re: [dpdk-dev] [PATCH] ppc64: fix compilation of when > AltiVec is enabled > > 07/11/2018 19:58, dwilder: > > On 2018-11-07 02:03, Thomas Monjalon wrote: > > > 05/11/2018 22:20, Pradeep Satyanarayana: > > >> From: Thomas Monjalon > > >> > 30/0

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

2018-11-07 Thread Thomas Monjalon
07/11/2018 19:58, dwilder: > On 2018-11-07 02:03, Thomas Monjalon wrote: > > 05/11/2018 22:20, Pradeep Satyanarayana: > >> From: Thomas Monjalon > >> > 30/08/2018 13:58, Christian Ehrhardt: > >> > > On Thu, Aug 30, 2018 Takeshi T Yoshimura wrote: > >> > > > Hi, > >> > > > I could reproduce the is

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

2018-11-07 Thread dwilder
On 2018-11-07 02:03, Thomas Monjalon wrote: 05/11/2018 22:20, Pradeep Satyanarayana: From: Thomas Monjalon > 30/08/2018 13:58, Christian Ehrhardt: > > On Thu, Aug 30, 2018 Takeshi T Yoshimura wrote: > > > Hi, > > > I could reproduce the issue you reported in 18.08 with my ppc64le > > > box wit

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

2018-11-07 Thread Thomas Monjalon
05/11/2018 22:20, Pradeep Satyanarayana: > From: Thomas Monjalon > > 30/08/2018 13:58, Christian Ehrhardt: > > > On Thu, Aug 30, 2018 Takeshi T Yoshimura wrote: > > > > Hi, > > > > I could reproduce the issue you reported in 18.08 with my ppc64le > > > > box with RedHat 7.5 and GCC4.8. > > > > Th

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

2018-11-06 Thread Pradeep Satyanarayana
; Date: 11/05/2018 06:16 AM > Subject: Re: [dpdk-dev] [PATCH] ppc64: fix compilation of when > AltiVec is enabled > > Hi, > > 30/08/2018 13:58, Christian Ehrhardt: > > On Thu, Aug 30, 2018 at 12:52 PM Takeshi T Yoshimura > > wrote: > > > Hi, > > >

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

2018-11-05 Thread Thomas Monjalon
Hi, 30/08/2018 13:58, Christian Ehrhardt: > On Thu, Aug 30, 2018 at 12:52 PM Takeshi T Yoshimura > wrote: > > Hi, > > I could reproduce the issue you reported in 18.08 with my ppc64le box with > > RedHat 7.5 and GCC4.8. > > The patch resolved the issue in my environment. Thanks! > > I added your

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

2018-08-30 Thread Christian Ehrhardt
onjalon > >, Christian Ehrhardt > > > >件名: [dpdk-dev] [PATCH] ppc64: fix compilation of when AltiVec is > >enabled > > > >The definition of almost any newer standard like --stc=c11 will drop > >__APPLCE_ALTIVEC__ which otherwise would be defined. > >

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

2018-08-30 Thread Takeshi T Yoshimura
>宛先: adrien.mazarg...@6wind.com, dev , Gowrishankar >Muthukrishnan , Chao Zhu > >送信元: Christian Ehrhardt >送信者: "dev" >日付: 2018/08/30 07:00PM >Cc: Luca Boccassi , Thomas Monjalon >, Christian Ehrhardt > >件名: [dpdk-dev] [PATCH] ppc64: fix compilation of wh

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