13/02/2024 09:51, Morten Brørup: > > From: Tyler Retzlaff [mailto:[email protected]] > > 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 <[email protected]> > > --- > > Acked-by: Morten Brørup <[email protected]>
Applied (with minor nits fixed), thanks.

