DPDK usage discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: "Templin (US), Fred L" <Fred.L.Templin@boeing.com>
Cc: "users@dpdk.org" <users@dpdk.org>
Subject: Re: [dpdk-users] A simpler question - does DPDK run over virtual interfaces?
Date: Tue, 13 Apr 2021 09:32:59 -0700	[thread overview]
Message-ID: <20210413093259.3f43c74e@hermes.local> (raw)
In-Reply-To: <62e934307738436988aefc7d292b7f28@boeing.com>

On Tue, 13 Apr 2021 11:39:07 +0000
"Templin (US), Fred L" <Fred.L.Templin@boeing.com> wrote:

> Let me backtrack and start by asking a simpler question - can DPDK run over
> virtual interfaces such as a loopback?
> 
> Thanks - Fred

DPDK runs over devices that can be made to appear in userspace.
This include hardware (PCI), and virtualization (virtio, hyperv) where memory
normally used by kernel can be mmapd for userspace driver.

It is also possible to use DPDK virtual devices (tap, packet, xdp) which
use existing kernel API's to access packets. These are slower but more general.

Not sure what you expect here. Loopback device in kernel is special, and
trying to make that go to DPDK would be hard.

  reply	other threads:[~2021-04-13 16:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-13 11:39 Templin (US), Fred L
2021-04-13 16:32 ` Stephen Hemminger [this message]
2021-05-05 16:19 ` Ferruh Yigit
2021-05-05 16:27 Templin (US), Fred L

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=20210413093259.3f43c74e@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=Fred.L.Templin@boeing.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).