DPDK usage discussions
 help / color / mirror / Atom feed
From: Bing Yuan <yuanbing@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] DPDK in VirtualBox 6.1
Date: Thu, 9 Jul 2020 00:08:36 -0700	[thread overview]
Message-ID: <CAKAF9kM6XW=yzvbBdCZ-7KyTmxXBc7qhPa-5FL3u=0ReoK9_6Q@mail.gmail.com> (raw)

Hi,

I'm setting up DPDK in Virtualbox 6.1. Here is what I did:

1. Host OS: Windows 10 Pro 2004
2. Virtualbox 6.1
3. Guest OS: Ubuntu 18.04 LTS (Desktop version)
4. Guest OS Spec: 4 CPU + 8GB memory + 3 NICs (one for normal connection,
the rest two are reserved for DPDK
5. Installed all the prerequisites on ubuntu
6. In guest os or ubuntu, downloaded and extracted DPDK-19.11.3 (LTS) to
"~/work/dpdk-19.11.3"
7. Ran "cd ~/work/dpdk-19.11.3 && sudo ./usertools/dpdk-setup.sh"
8. From the menu, followed the instructions to build, setup hugepage,
insert "igb_uio" module, bind the two nics (virtualbox emulated Intel
100/1000 Desktop) to "igb_uio"
9. ran "testpmd" from the menu

At this step, I encountered the following issues:

1. I got messages like "IRQ 16, nobody cared";
2. check link status timeout without any result (no indication whether the
link status was up or down)
3. no packet being exchanged between the ports after entering "start" in
the testpmd prompt.
4. "show port stats all" always shows 0 packet being transmitted between
the ports.

Has anyone seen a similar issue? And can I even use virtualbox or similar
virtual environment for DPDK related development work?

Thanks,

Bing

                 reply	other threads:[~2020-07-09  7:08 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='CAKAF9kM6XW=yzvbBdCZ-7KyTmxXBc7qhPa-5FL3u=0ReoK9_6Q@mail.gmail.com' \
    --to=yuanbing@gmail.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).