Hi DPDK Community, We are trying to attach Valgrind to DPDK testpmd/helloworld APP but observing that the initialization is stuck for longer time in rte_eal_memory_init() —> rte_eal_memseg_init() —> memseg_primary_init() —> eal_dynmem_memseg_lists_init() —> eal_memseg_list_alloc() API with below logs: ==997317== Warning: set address range perms: large range [0x1405800000, 0x1805a00000) (noaccess) ==997317== Warning: set address range perms: large range [0x1405800000, 0x1805a00000) (noaccess) ==997317== Warning: set address range perms: large range [0x1405800000, 0x1805a00000) (noaccess) We have tried with both standard Valgrind and https://github.com/bluca/valgrind-dpdk as well. Could you please help us with the steps and procedure to run Valgrind for DPDK APP or any other procedures to find memleak in the code.? Thanks in advance, Regards and Thanks, Harrish.S.J