| VIO(4) | Device Drivers Manual | VIO(4) |
vio — VirtIO
network device
vio* at virtio? flags 0x00
The vio driver provides support for the
virtio(4) network interface
provided by bhyve, KVM, QEMU, VirtualBox, and
vmd(8).
Setting the bit 0x2 in the flags disables the RingEventIndex
feature. This can be tried as a workaround for possible bugs in host
implementations of vio at the cost of slightly
reduced performance.
Setting the bit 0x100 in the flags forces the interface to be always in promiscuous mode. This can be used as a workaround for a bug in QEMU before version 1.7.2 that prevents packets with a VLAN tag from being sent to the guest.
The vio driver first appeared in
OpenBSD 5.3.
The vio driver was ported to
OpenBSD and improved by Stefan
Fritsch
<sf@sfritsch.de>. It is
based on the NetBSD vioif
driver by Minoura Makoto.
| May 24, 2021 | openbsd |