How to add veth interfaces in dpdk
Stephen Hemminger
stephen at networkplumber.org
Fri Jan 21 17:15:10 CET 2022
On Fri, 21 Jan 2022 02:31:07 +0530
krishna bansal <krishna.bansal6988 at 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.
More information about the users
mailing list