docs/doc/source/vnf_integration/standard-virtio-backed-with-vhost-support.rst
Keane Lim 21b11b47d6 OpenStack VNF Integration User Tasks
Completed review comments
Minor abbreviation fix
Moved topics into its own VNF Integration section
Fixed abbreviations
Re-organized Kubernetes topics

Change-Id: I8940d3572b789990d3b5f2d201f8ec8a46ce2943
Signed-off-by: Keane Lim <keane.lim@windriver.com>
2021-03-23 11:10:42 -04:00

942 B

Standard Virtio - Backed with Vhost Support

Unmodified guests can use Linux networking and virtio drivers. This provides a mechanism to bring existing applications into the production environment immediately.

For virtio interfaces, supports vhost-user transparently by default. This allows QEMU and AVS to share virtio queues through shared memory, resulting in improved performance over standard virtio. The transparent implementation provides a simplified alternative to the open-source kernel and - drivers. For more about these drivers, see Accelerated Virtual Interfaces <accelerated-virtual-interfaces>. The availability of vhost-user also offers additional performance enhancements through optional multi-queue support for virtio interfaces.