]> git.proxmox.com Git - ovs.git/commitdiff
Documentation: Add note about dpdkvhostuser and IOMMU.
authorKevin Traynor <ktraynor@redhat.com>
Tue, 6 Mar 2018 12:07:09 +0000 (12:07 +0000)
committerIan Stokes <ian.stokes@intel.com>
Wed, 21 Mar 2018 14:17:09 +0000 (14:17 +0000)
The docs describe IOMMU support for dpdkvhostuserclient ports,
but it is not mentioned in the section about dpdkvhostuser
ports. Add an explicit note to say IOMMU is not supported for
dpdkvhostuser ports.

CC: Maxime Coquelin <maxime.coquelin@redhat.com>
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Documentation/topics/dpdk/vhost-user.rst

index 95517a676c44e0ed8ee79d0f5edb6b6e4a44b1eb..8f203981bf7f1e80f1bfc445be73a820eeff8bac 100644 (file)
@@ -105,6 +105,9 @@ Once the vhost-user ports have been added to the switch, they must be added to
 the guest. There are two ways to do this: using QEMU directly, or using
 libvirt.
 
+.. note::
+   IOMMU is not supported with vhost-user ports.
+
 Adding vhost-user ports to the guest (QEMU)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~