Hi,
The issue is probably not with my code but with the compilation on DPDK,
because I got it to repeat on a separated program,
where I setup an EAL with the flags `-l 1 --no-pci`
(just rte_eal_init and rte_mempool_create)
this seems to be a memseg_list issue
When running the program above, and requesting large amounts of memory (200M elements of 8 bytes each)
I don't crash, but get `couldnt find suitable memseg_list` error
This also happens when trying to allocate from the main process
This error is probably related to these parameters from rte_config.h:
I could not find a good documentation on how to calculate the proper values for these parameters