Data Plane unloading principle of virtio Network -- Vhost net master
Interface usage
libvirt
When configuring the virtio network card, libvirt enables this feature by specifying the driver as vhost, as follows:
<interface>
<model type='virtio'/>
<driver name='vhost'/>
......
</interface>
qemu
qemu designs vhost as an attribute of the network device. The virtio n ...
Posted by lazersam on Thu, 02 Dec 2021 22:48:28 -0800