DPDK usage discussions
 help / color / mirror / Atom feed
* How to add veth interfaces in dpdk
@ 2022-01-20 21:01 krishna bansal
  2022-01-21 16:15 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: krishna bansal @ 2022-01-20 21:01 UTC (permalink / raw)
  To: users

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 208 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to add veth interfaces in dpdk
  2022-01-20 21:01 How to add veth interfaces in dpdk krishna bansal
@ 2022-01-21 16:15 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2022-01-21 16:15 UTC (permalink / raw)
  To: krishna bansal; +Cc: users

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-21 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20 21:01 How to add veth interfaces in dpdk krishna bansal
2022-01-21 16:15 ` Stephen Hemminger

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).