DPDK patches and discussions
 help / color / mirror / Atom feed
From: Surya Nimmagadda <nscsekhar@juniper.net>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev] Unable to run helloworld successfully
Date: Thu, 5 Dec 2013 05:34:35 +0000	[thread overview]
Message-ID: <164734a81c3e4915b48f048f66703a6f@CO1PR05MB284.namprd05.prod.outlook.com> (raw)

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

                 reply	other threads:[~2013-12-05  5:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164734a81c3e4915b48f048f66703a6f@CO1PR05MB284.namprd05.prod.outlook.com \
    --to=nscsekhar@juniper.net \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).