Hi, I am trying to allocate
rte_pktmbuf_pool_create("rx_dump_pool", 80*1000*1000, 0, 0,
RTE_PKTMBUF_HEADROOM+60, rte_socket_id() )
But getting eal_memalloc_alloc_seg_bulk() couldn't find suitable
memseg_list error
I have 6 occupied slots of 16 GB RAM(DDR4) each,( total=96 GB).
I have also set HUGEPAGE 1GB total HUGEPAGES 64.
Could anyone please help me out with the problem?
