24/07/2025 13:05, Jerin Jacob: > From: David Christensen <[email protected]> > > > > Current code in eal_trace_init() specifies 8 byte alignment for CTF > > generation, > > but fallback code in __rte_trace_mem_per_thread() does not enforce similar > > requirements when calling malloc(). Modify fallback heap requests to use > > posix_memalign() > > Current code in eal_trace_init() specifies 8 byte alignment for CTF > > generation, > > but fallback code in __rte_trace_mem_per_thread() does not enforce similar > > requirements when calling malloc(). Modify fallback heap requests to use > > posix_memalign() with proper alignment. > > > > Signed-off-by: David Christensen <[email protected]> > > > Acked-by: Jerin Jacob <[email protected]> > > > Bugzilla-ID: 1715
Applied, thanks. Note: seems unrelated to --no-huge, so dropped from the title.

