Hi, > -----Original Message----- > From: David Christensen <[email protected]> > Sent: Thursday, April 30, 2020 10:41 PM > To: Ori Kam <[email protected]>; Thomas Monjalon > <[email protected]>; Matan Azrad <[email protected]>; Shahaf > Shuler <[email protected]>; Slava Ovsiienko > <[email protected]>; Beilei Xing <[email protected]>; Qi Zhang > <[email protected]>; Maxime Coquelin > <[email protected]>; Zhihong Wang > <[email protected]>; Xiaolong Ye <[email protected]> > Cc: Raslan Darawsheh <[email protected]>; > [email protected]; [email protected]; [email protected] > Subject: Re: [PATCH v2] eal/ppc: fix redefine bool type > > > > On 4/30/20 7:22 AM, Ori Kam wrote: > > The AltiVec header file breaks boolean type. [1] [2] > > > > Currently the workaround was located only in mlx5 device. > > Adding the trace module caused this issue to appear again, due to > > order of includes, it keeps overriding the local fix. > > > > This patch solves this issue by resetting the bool type, immediately > > after it is being changed. > ... > > Fixes: 725f5dd0bfb5 ("net/mlx5: fix build on PPC64") > > > > Signed-off-by: Ori Kam <[email protected]> > > Signed-off-by: David Christensen <[email protected]> > > --- > > v2: > > * Replace alitvec include in all files. > > * Address ML comments. > > --- > Tested-by: David Christensen <[email protected]> Tested-by: Raslan Darawsheh <[email protected]>
Kindest regards, Raslan Darawsheh

