Re: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-06-01 Thread Thomas Monjalon
26/05/2022 13:02, Ray Kinsella: > Thomas Monjalon writes: > > 25/05/2022 20:34, Tyler Retzlaff: > >> On Wed, May 25, 2022 at 07:02:52PM +0100, Ray Kinsella wrote: > >> > Thomas Monjalon writes: > >> > > 25/05/2022 13:48, Ray Kinsella: > >> > >> Thomas Monjalon writes: > >> > >> > >> > >> > The

Re: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-26 Thread Ray Kinsella
Thomas Monjalon writes: > 25/05/2022 20:34, Tyler Retzlaff: >> On Wed, May 25, 2022 at 07:02:52PM +0100, Ray Kinsella wrote: >> > Thomas Monjalon writes: >> > > 25/05/2022 13:48, Ray Kinsella: >> > >> Thomas Monjalon writes: >> > >> >> > >> > The AltiVec header file is defining "vector", exc

Re: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-26 Thread Thomas Monjalon
25/05/2022 20:34, Tyler Retzlaff: > On Wed, May 25, 2022 at 07:02:52PM +0100, Ray Kinsella wrote: > > Thomas Monjalon writes: > > > 25/05/2022 13:48, Ray Kinsella: > > >> Thomas Monjalon writes: > > >> > > >> > The AltiVec header file is defining "vector", except in C++ build. > > >> > The keywo

Re: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-25 Thread Tyler Retzlaff
On Wed, May 25, 2022 at 07:02:52PM +0100, Ray Kinsella wrote: > > Thomas Monjalon writes: > > > 25/05/2022 13:48, Ray Kinsella: > >> > >> Thomas Monjalon writes: > >> > >> > The AltiVec header file is defining "vector", except in C++ build. > >> > The keyword "vector" may conflict easily. > >

Re: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-25 Thread Ray Kinsella
Thomas Monjalon writes: > 25/05/2022 13:48, Ray Kinsella: >> >> Thomas Monjalon writes: >> >> > The AltiVec header file is defining "vector", except in C++ build. >> > The keyword "vector" may conflict easily. >> > As a rule, it is better to use the alternative keyword "__vector". >> > >> >

Re: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-25 Thread Thomas Monjalon
25/05/2022 13:48, Ray Kinsella: > > Thomas Monjalon writes: > > > The AltiVec header file is defining "vector", except in C++ build. > > The keyword "vector" may conflict easily. > > As a rule, it is better to use the alternative keyword "__vector". > > > > The DPDK header file rte_altivec.h tak

Re: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-25 Thread Ray Kinsella
Thomas Monjalon writes: > The AltiVec header file is defining "vector", except in C++ build. > The keyword "vector" may conflict easily. > As a rule, it is better to use the alternative keyword "__vector". > > The DPDK header file rte_altivec.h takes care of undefining "vector", > so the applic

RE: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-25 Thread Ali Alnubani
> -Original Message- > From: Ali Alnubani > Sent: Wednesday, May 25, 2022 2:09 PM > To: Thomas Monjalon ; dev@dpdk.org > Cc: m...@ashroe.eu; david.march...@redhat.com; techbo...@dpdk.org; > David Christensen > Subject: RE: [PATCH] eal/ppc: undefine A

RE: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-25 Thread Ali Alnubani
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, May 25, 2022 12:53 PM > To: dev@dpdk.org > Cc: m...@ashroe.eu; david.march...@redhat.com; techbo...@dpdk.org; > David Christensen > Subject: [PATCH] eal/ppc: undefine AltiVec keyword vector > > The AltiVec header file is def

Re: [PATCH] eal/ppc: undefine AltiVec keyword vector

2022-05-25 Thread Tyler Retzlaff
On Wed, May 25, 2022 at 11:53:07AM +0200, Thomas Monjalon wrote: > The AltiVec header file is defining "vector", except in C++ build. > The keyword "vector" may conflict easily. > As a rule, it is better to use the alternative keyword "__vector". > > The DPDK header file rte_altivec.h takes care o