Re: [PATCH v2 0/3] use rte macros instead of GCC __attribute

2024-03-06 Thread Tyler Retzlaff
On Wed, Mar 06, 2024 at 09:49:31PM +0100, David Marchand wrote: > On Wed, Feb 28, 2024 at 7:48 PM Tyler Retzlaff > wrote: > > > > Clean up direct uses of GCC __attribute__ in libs outside of EAL. A > > checkpatch check already warns for new additions. > > > > v2: > > * fix typo __rte_pure -> __r

Re: [PATCH v2 0/3] use rte macros instead of GCC __attribute

2024-03-06 Thread David Marchand
On Wed, Feb 28, 2024 at 7:48 PM Tyler Retzlaff wrote: > > Clean up direct uses of GCC __attribute__ in libs outside of EAL. A > checkpatch check already warns for new additions. > > v2: > * fix typo __rte_pure -> __rte_may_alias in rcu commit message > > Tyler Retzlaff (3): > eal: add rte pure

Re: [PATCH v2 0/3] use rte macros instead of GCC __attribute

2024-03-06 Thread Tyler Retzlaff
ping. Doesn't seem this series carries high risk, worth considering for rc2/rc3? On Wed, Feb 28, 2024 at 10:47:53AM -0800, Tyler Retzlaff wrote: > Clean up direct uses of GCC __attribute__ in libs outside of EAL. A > checkpatch check already warns for new additions. > > v2: > * fix typo __rte_

[PATCH v2 0/3] use rte macros instead of GCC __attribute

2024-02-28 Thread Tyler Retzlaff
Clean up direct uses of GCC __attribute__ in libs outside of EAL. A checkpatch check already warns for new additions. v2: * fix typo __rte_pure -> __rte_may_alias in rcu commit message Tyler Retzlaff (3): eal: add rte pure attribute macro lpm: use rte macro instead of GCC attribute rcu: u