Re: [PATCH 0/2] fix enable_stdatomic=true build with clang

2023-10-16 Thread David Marchand
On Mon, Oct 16, 2023 at 9:07 PM David Marchand wrote: > > On Mon, Oct 16, 2023 at 8:53 PM Tyler Retzlaff > wrote: > > > > We are temporarily exposed while the CI is enabled that tests > > CC=clang && -Denable_stdatomic. > > > > In the meantime two mistakes have been found so fix them to allow > >

Re: [PATCH 0/2] fix enable_stdatomic=true build with clang

2023-10-16 Thread David Marchand
On Mon, Oct 16, 2023 at 8:53 PM Tyler Retzlaff wrote: > > We are temporarily exposed while the CI is enabled that tests > CC=clang && -Denable_stdatomic. > > In the meantime two mistakes have been found so fix them to allow > the CI to be enabled. > > Tyler Retzlaff (2): > power: fix use of rte

[PATCH 0/2] fix enable_stdatomic=true build with clang

2023-10-16 Thread Tyler Retzlaff
We are temporarily exposed while the CI is enabled that tests CC=clang && -Denable_stdatomic. In the meantime two mistakes have been found so fix them to allow the CI to be enabled. Tyler Retzlaff (2): power: fix use of rte stdatomic event/cnxk: remove single use of rte stdatomic drivers/ev