virtio-forwarder
SR-IOV virtual function to virtio packet forwarder
Install
- All systems
-
curl cmd.cat/virtio-forwarder.sh
- Debian
-
apt-get install virtio-forwarder
- Ubuntu
-
apt-get install virtio-forwarder
- Kali Linux
-
apt-get install virtio-forwarder
- Fedora
-
dnf install virtio-forwarder
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install virtio-forwarder
- Dockerfile
- dockerfile.run/virtio-forwarder
virtio-forwarder
SR-IOV virtual function to virtio packet forwarder
virtio-forwarder is a userspace networking application that forwards bi-directional traffic between SR-IOV virtual functions and virtio networking devices in QEMU virtual machines. virtio-forwarder implements a virtio backend driver using the DPDK’s vhost-user library and services designated VFs by means of the DPDK poll mode driver (PMD) mechanism.