On Fri, 21 Jan 2022 02:31:07 +0530
krishna bansal <[email protected]> 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 via email to