[dpdk-dev] Unable to run helloworld successfully

Surya Nimmagadda nscsekhar at juniper.net
Thu Dec 5 06:34:35 CET 2013


Hi,

My setup is a Ubuntu VM with two 1GE ports bound to igb_uio module.

I reserved 64 huge pages.

When I try to run the helloworld or test or testpmd programs, I see that it silently aborts after trying to setup memory.

$ sudo examples/helloworld/build/helloworld -c 0xf -n 1 
EAL: Detected lcore 0 as core 0 on socket 0                                         
EAL: Detected lcore 1 as core 1 on socket 0                                         
EAL: Detected lcore 2 as core 2 on socket 0                                         
EAL: Detected lcore 3 as core 3 on socket 0                                         
EAL: Skip lcore 4 (not detected)                                                    
EAL: Skip lcore 5 (not detected)               
::::
EAL: Skip lcore 63 (not detected)
EAL: Setting up memory...
EAL: Ask a virtual area of 0x58720256 bytes
EAL: Virtual area found at 0x7f3b54800000 (size = 0x3800000)
EAL: Ask a virtual area of 0x10485760 bytes
EAL: Virtual area found at 0x7f3b53c00000 (size = 0xa00000)
EAL: Ask a virtual area of 0x4194304 bytes
EAL: Virtual area found at 0x7f3b53600000 (size = 0x400000)
EAL: Ask a virtual area of 0x10485760 bytes
EAL: Virtual area found at 0x7f3b52a00000 (size = 0xa00000)
EAL: Ask a virtual area of 0x2097152 bytes
EAL: Virtual area found at 0x7f3b52600000 (size = 0x200000)
EAL: Ask a virtual area of 0x41943040 bytes
EAL: Virtual area found at 0x7f3b4fc00000 (size = 0x2800000)
EAL: Ask a virtual area of 0x4194304 bytes
EAL: Virtual area found at 0x7f3b4f600000 (size = 0x400000)
EAL: Ask a virtual area of 0x2097152 bytes
EAL: Virtual area found at 0x7f3b4f200000 (size = 0x200000)
EAL: Requesting 64 pages of size 2MB from socket 0
$

Am I missing something?

Thanks,
Surya




More information about the dev mailing list