Re: [PATCH 3/3] rcu: use rte macro instead of GCC attribute

2024-02-28 Thread Tyler Retzlaff
On Wed, Feb 28, 2024 at 10:29:11AM +0100, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Wednesday, 28 February 2024 00.08 > > > > Use existing __rte_pure macro from rte_common.h instead of directly > > Typo: __rte_pure -> __rte_may_alias > > The co

RE: [PATCH 3/3] rcu: use rte macro instead of GCC attribute

2024-02-28 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Wednesday, 28 February 2024 00.08 > > Use existing __rte_pure macro from rte_common.h instead of directly Typo: __rte_pure -> __rte_may_alias The code is correct, only the description has the typo. > using __attribute__((__may