RE: [PATCH v2] eal: provide macro to allocate and name a section or segment

2024-02-13 Thread 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")

Re: [PATCH v2] eal: provide macro to allocate and name a section or segment

2024-02-13 Thread Thomas Monjalon
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_RE