On Wed, Jan 22, 2025 at 6:10 PM Morten Brørup <m...@smartsharesystems.com> 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 "hot" hint > > though. > > > > This patch fixes existing macros __rte_noinline and > > __rte_always_inline so that they also do what is expected from them > > when used with MSVC. __rte_hot is updated to become a noop when > > MSCS is used. > > > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> > Acked-by: Morten Brørup <m...@smartsharesystems.com>
Applied, thanks Andre. -- David Marchand