DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Unable to run helloworld successfully
@ 2013-12-05  5:34 Surya Nimmagadda
  0 siblings, 0 replies; only message in thread
From: Surya Nimmagadda @ 2013-12-05  5:34 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-05  5:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-05  5:34 [dpdk-dev] Unable to run helloworld successfully Surya Nimmagadda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).