DPDK usage discussions
 help / color / mirror / Atom feed
From: "Wiles, Keith" <keith.wiles@intel.com>
To: Nagaraj Trivedi <nagaraj.trivedi@tcs.com>,
	"users@dpdk.org" <users@dpdk.org>
Subject: Re: [dpdk-users] unable to configure EAL command line options
Date: Wed, 3 Feb 2016 14:45:14 +0000	[thread overview]
Message-ID: <CD065802-C5A6-44A9-A3B1-36B62BE30BB3@intel.com> (raw)
In-Reply-To: <OF79DF6682.4D534D12-ON65257F4E.004383E4-65257F4E.00445107@tcs.com>


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"

I also noticed you used core 0 [0:2].1 Pktgen requires a core to run display and timers. If you only have a 4 core system then the first core in -c 0f can not be used here. You will need to adjust the cores being used to something like -m”1.0, 2.1” or -m”[1:2].0, 3.1”

Also make sure the blacklist PCI devices are valid ports to blacklist.
>
>
>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
>
>

      parent reply	other threads:[~2016-02-03 14:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03 12:25 Nagaraj Trivedi
2016-02-03 12:29 ` Thomas Monjalon
2016-02-03 14:41 ` Wiles, Keith
2016-02-03 14:45 ` Wiles, Keith [this message]

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=CD065802-C5A6-44A9-A3B1-36B62BE30BB3@intel.com \
    --to=keith.wiles@intel.com \
    --cc=nagaraj.trivedi@tcs.com \
    --cc=users@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).