DPDK patches and discussions
 help / color / mirror / Atom feed
From: Shankari Vaidyalingam <shankari.v2k6@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] Error seen while running testpmd sample application
Date: Mon, 9 Feb 2015 22:40:02 +0530	[thread overview]
Message-ID: <CAGeyXNcMuGraYuejf3-2AGq2K8h3affDicTb4mXN_vetpRVgSg@mail.gmail.com> (raw)

Hi,

I'm trying to execute the testpmd sample appplication.
I'm getting the below error and not able to execute the sample application.

controller@controller-VirtualBox:~/software/dpdk-1.7.1$ sudo
./build/app/testpmd -c7 -n3 -- -i --nb-cores=2 --nb-ports=2
./build/app/testpmd: error while loading shared libraries:
librte_distributor.so: cannot open shared object file: No such file or
directory
controller@controller-VirtualBox:~/software/dpdk-1.7.1$ find . -name
librte_distributor.so -print
./build/build/lib/librte_distributor/librte_distributor.so
./build/lib/librte_distributor.so
./x86_64-native-linuxapp-gcc/build/lib/librte_distributor/librte_distributor.so
./x86_64-native-linuxapp-gcc/lib/librte_distributor.so
controller@controller-VirtualBox:~/software/dpdk-1.7.1$

I'm using Ubuntu 12.04 LTS version and DPDK 1.7.1 version.
I already went through the mailing list to see whether anyone is facing
similar issues. I was able to find 3 discussions but not able to find the
solution in them.

I used the below step to compile and execute the application:

  sudo ./tools/dpdk_nic_bind.py --status
  mkdir -p /mnt/huge
  sudo mount -t hugetlbfs nodev /mnt/huge
  sudo echo 64 >
/sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages
  ls
  sudo ./build/app/testpmd -c7 -n3 -- -i --nb-cores=2 --nb-ports=2



Please let me know how to solve this issue.

Regards
Shankari.V

             reply	other threads:[~2015-02-09 17:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-09 17:10 Shankari Vaidyalingam [this message]
2015-02-10  9:57 ` Thomas Monjalon

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=CAGeyXNcMuGraYuejf3-2AGq2K8h3affDicTb4mXN_vetpRVgSg@mail.gmail.com \
    --to=shankari.v2k6@gmail.com \
    --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).