Skip to content
Advertisement

Tag: qemu

Using DPDK Kernel NIC Interface in a virtualized environment

I’m going to develop a DPDK Linux application on a laptop, but the laptop’s hardware is not supported by DPDK. Furtunately, DPDK supports paravirtualized devices including QEMU’s virtio-net. So I’m trying to configure a QEMU guest for running the Kernel NIC Interface(KNI) on a virtio-net-pci device. The problem is that the KNI sample application doesn’t accept the virtio-net-pci driver. QEMU

Advertisement