Re: [PATCH v3] eal: fix macros for MSVC: noinline, alwaysinline, hot

2025-01-23 Thread David Marchand
On Wed, Jan 22, 2025 at 6:10 PM Morten Brørup wrote: > > > From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > > Sent: Wednesday, 22 January 2025 17.24 > > > > MSVC supports forcing code to be inlined or forcing code to not be > > inlined, like other compilers. It does not support the "h

RE: [PATCH v3] eal: fix macros for MSVC: noinline, alwaysinline, hot

2025-01-22 Thread Morten Brørup
> From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > Sent: Wednesday, 22 January 2025 17.24 > > MSVC supports forcing code to be inlined or forcing code to not be > inlined, like other compilers. It does not support the "hot" hint > though. > > This patch fixes existing macros __rte_noi