13/02/2024 09:51, Morten Brørup: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Monday, 12 February 2024 21.52 > > > > Provide __rte_section(name) macro that allocates and names a section > > or segment that works with both MSVC and GCC. > > > > Update RTE_TRACE_POINT_REGISTER with __rte_section("__rte_trace_point") > > instead of __attribute__(section(name)) so the macro may be compatibly > > expanded when using MSVC. > > > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> > > --- > > Acked-by: Morten Brørup <m...@smartsharesystems.com>
Applied (with minor nits fixed), thanks.