Re: [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute

2024-10-09 Thread David Marchand
On Wed, Mar 6, 2024 at 11:14 PM Tyler Retzlaff wrote: > > Use existing __rte_may_alias macro from rte_common.h instead of > directly using __attribute__((__may_alias__)). > > Signed-off-by: Tyler Retzlaff Reviewed-by: Morten Brørup Reviewed-by: Potnuri Bharat Teja Applied, thanks. -- David

Re: [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute

2024-10-08 Thread Potnuri Bharat Teja
On Monday, October 10/07/24, 2024 at 13:18:30 -0700, Stephen Hemminger wrote: > On Thu, 13 Jun 2024 16:05:10 +0200 > David Marchand wrote: > > > On Thu, Jun 13, 2024 at 3:44 PM David Marchand > > wrote: > > > > > > On Wed, Jun 12, 2024 at 10:16 AM David Marchand > > > wrote: > > > > > > > > O

Re: [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute

2024-06-13 Thread David Marchand
On Thu, Jun 13, 2024 at 3:44 PM David Marchand wrote: > > On Wed, Jun 12, 2024 at 10:16 AM David Marchand > wrote: > > > > On Wed, Mar 6, 2024 at 11:14 PM Tyler Retzlaff > > wrote: > > > > > > Use existing __rte_may_alias macro from rte_common.h instead of > > > directly using __attribute__((__m

Re: [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute

2024-06-13 Thread David Marchand
Hello Rahul, On Wed, Jun 12, 2024 at 10:16 AM David Marchand wrote: > > On Wed, Mar 6, 2024 at 11:14 PM Tyler Retzlaff > wrote: > > > > Use existing __rte_may_alias macro from rte_common.h instead of > > directly using __attribute__((__may_alias__)). > > > > Signed-off-by: Tyler Retzlaff > > --

Re: [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute

2024-06-12 Thread David Marchand
Hello, On Wed, Mar 6, 2024 at 11:14 PM Tyler Retzlaff wrote: > > Use existing __rte_may_alias macro from rte_common.h instead of > directly using __attribute__((__may_alias__)). > > Signed-off-by: Tyler Retzlaff > --- > drivers/net/cxgbe/base/common.h | 2 +- > drivers/net/cxgbe/base/t4_hw.c

RE: [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute

2024-03-06 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Wednesday, 6 March 2024 23.15 > > Use existing __rte_may_alias macro from rte_common.h instead of > directly using __attribute__((__may_alias__)). > > Signed-off-by: Tyler Retzlaff > --- Reviewed-by: Morten Brørup