Re: [PATCH] ethdev: add extension keyword to statement expression macro

2023-11-14 Thread Ferruh Yigit
On 11/11/2023 10:26 AM, Thomas Monjalon wrote: > 11/11/2023 00:25, Ferruh Yigit: >> On 11/10/2023 8:49 PM, Tyler Retzlaff wrote: >>> On Fri, Nov 10, 2023 at 05:22:52PM +, Ferruh Yigit wrote: On 11/9/2023 8:13 PM, Tyler Retzlaff wrote: > add missing __extension__ keyword to macros using

Re: [PATCH] ethdev: add extension keyword to statement expression macro

2023-11-11 Thread Thomas Monjalon
11/11/2023 00:25, Ferruh Yigit: > On 11/10/2023 8:49 PM, Tyler Retzlaff wrote: > > On Fri, Nov 10, 2023 at 05:22:52PM +, Ferruh Yigit wrote: > >> On 11/9/2023 8:13 PM, Tyler Retzlaff wrote: > >>> add missing __extension__ keyword to macros using gcc statement > >>> expression extension. > >>> >

Re: [PATCH] ethdev: add extension keyword to statement expression macro

2023-11-11 Thread Thomas Monjalon
10/11/2023 18:22, Ferruh Yigit: > On 11/9/2023 8:13 PM, Tyler Retzlaff wrote: > > add missing __extension__ keyword to macros using gcc statement > > expression extension. > > > > Signed-off-by: Tyler Retzlaff > > > > Acked-by: Ferruh Yigit > > > It seems there are a few more usage not marke

Re: [PATCH] ethdev: add extension keyword to statement expression macro

2023-11-10 Thread Ferruh Yigit
On 11/10/2023 8:49 PM, Tyler Retzlaff wrote: > On Fri, Nov 10, 2023 at 05:22:52PM +, Ferruh Yigit wrote: >> On 11/9/2023 8:13 PM, Tyler Retzlaff wrote: >>> add missing __extension__ keyword to macros using gcc statement >>> expression extension. >>> >>> Signed-off-by: Tyler Retzlaff >>> >> >>

Re: [PATCH] ethdev: add extension keyword to statement expression macro

2023-11-10 Thread Tyler Retzlaff
On Fri, Nov 10, 2023 at 05:22:52PM +, Ferruh Yigit wrote: > On 11/9/2023 8:13 PM, Tyler Retzlaff wrote: > > add missing __extension__ keyword to macros using gcc statement > > expression extension. > > > > Signed-off-by: Tyler Retzlaff > > > > Acked-by: Ferruh Yigit > > > It seems there

Re: [PATCH] ethdev: add extension keyword to statement expression macro

2023-11-10 Thread Ferruh Yigit
On 11/10/2023 5:22 PM, Ferruh Yigit wrote: > On 11/9/2023 8:13 PM, Tyler Retzlaff wrote: >> add missing __extension__ keyword to macros using gcc statement >> expression extension. >> >> Signed-off-by: Tyler Retzlaff >> > > Acked-by: Ferruh Yigit > Applied to dpdk-next-net/main, thanks.

Re: [PATCH] ethdev: add extension keyword to statement expression macro

2023-11-10 Thread Ferruh Yigit
On 11/9/2023 8:13 PM, Tyler Retzlaff wrote: > add missing __extension__ keyword to macros using gcc statement > expression extension. > > Signed-off-by: Tyler Retzlaff > Acked-by: Ferruh Yigit It seems there are a few more usage not marked in lib folder [1], and more including drivers. Is t