[dpdk-users] unable to configure EAL command line options

Wiles, Keith keith.wiles at intel.com
Wed Feb 3 15:41:26 CET 2016


Regards,
Keith









>Hi, I tried configuring the following command to configure EAL parameters 
>but getting error as Not enough memory available on socket 1
>
>/home/poc/pktgen-2.9.7$ sudo ./app/app/x86_64-native-linuxapp-gcc/pktgen 
>-c 0x0f -n 3 --proc-type auto --socket-mem 256,256 -b 0000:01:00.0 -b 
>0000:01:00.1 --file-prefix pg -- -P -m "[1:3].0, [0:2].1"

Sometimes this means you are on a single socket system, meaning a single CPU.

If that is the case change the —socket-men 256,256 to —socket-men 512 instead and assuming you allocated 512 2M huge pages in your system.
>
>
>EAL: Not enough memory available on socket 1! Requested: 256MB, available: 
>0MB
>PANIC in rte_eal_init():
>Cannot init memory
>
>Can any one tell me how to make memory available for this socket
>
>Thanks & Regards
>Nagaraj Trivedi
>=====-----=====-----=====
>Notice: The information contained in this e-mail
>message and/or attachments to it may contain 
>confidential or privileged information. If you are 
>not the intended recipient, any dissemination, use, 
>review, distribution, printing or copying of the 
>information contained in this e-mail message 
>and/or attachments to it are strictly prohibited. If 
>you have received this communication in error, 
>please notify us by reply e-mail or telephone and 
>immediately and permanently delete the message 
>and any attachments. Thank you
>
>


More information about the users mailing list