DPDK usage discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: krishna bansal <krishna.bansal6988@gmail.com>
Cc: users@dpdk.org
Subject: Re: How to add veth interfaces in dpdk
Date: Fri, 21 Jan 2022 08:15:10 -0800	[thread overview]
Message-ID: <20220121081510.3545744b@hermes.local> (raw)
In-Reply-To: <CANZpez9H_HsbdqULmwXLFJxHx99Ff0YRaGpOb5HA8rkeZCvhAg@mail.gmail.com>

On Fri, 21 Jan 2022 02:31:07 +0530
krishna bansal <krishna.bansal6988@gmail.com> wrote:

> Hi DPDK experts,
> 
> I need to create a veth device for the slowpath for control packets.
> 
> Is there any way we can add veth interfaces in dpdk.
> 
> Regards,
> Krishna

Veth devices are usually created by command line flags passed to
eal init. See examples for vdev type devices (null, ring, tap, packet, failsafe, ...)
in the documentation.

      reply	other threads:[~2022-01-21 16:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-20 21:01 krishna bansal
2022-01-21 16:15 ` Stephen Hemminger [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=20220121081510.3545744b@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=krishna.bansal6988@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).