[dpdk-users] eal_memalloc_alloc_seg_bulk(): couldn't find suitable memseg_list

topperxin topperxin at 126.com
Wed May 12 10:47:14 CEST 2021


Hi list
     For the dpdk 20.11 
    When I try to run helloworld example, like below:

./build/helloworld-static --socket-mem=100000,100000

     I will get error like below:
    EAL: eal_memalloc_alloc_seg_bulk(): couldn't find suitable memseg_list

EAL: FATAL: Cannot init memory

EAL: Cannot init memory

PANIC in main():

Cannot init EAL

5: [./build/helloworld-static() [0x409f69]]

4: [/usr/lib64/libc.so.6(__libc_start_main+0xf5) [0x7fd70f8693d5]]

3: [./build/helloworld-static() [0x40a147]]

2: [./build/helloworld-static() [0x31337dd]]

1: [./build/helloworld-static() [0x315e5ff]]

Aborted (core dumped)



   I have enough memory left for dpdk, like below:
   HugePages_Total:     360

HugePages_Free:      360

HugePages_Rsvd:        0

HugePages_Surp:        0

   Anyone has ever met this trouble? How to resolve this problem ?  Any tips welcome.
   Thanks a lot.


More information about the users mailing list