> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Monday 23 June 2025 13:08 > > Could you spend some time on reviewing patches on the topic? > Like for example: > https://patchwork.dpdk.org/project/dpdk/list/?series=35509
Sure, will look! > rte_malloc is not required. > I have a fix in an branch of mine, that makes use of aligned_alloc > (which is C11), you need to manually copy data in stats_mem_populate. Sure aligned_alloc and manual copy for realloc should work as well. I will then re-submit addressing your comments to 1/2 and dropping 2/2, and will wait for your fix. Thanks for the reviews!