summaryrefslogtreecommitdiff
path: root/Documentation/howto/userspace-tunneling.rst
diff options
context:
space:
mode:
authorCian Ferriter <cian.ferriter@intel.com>2021-08-27 16:15:01 +0100
committerIlya Maximets <i.maximets@ovn.org>2021-09-16 00:59:23 +0200
commitd0020c5e8769582ff949cdfff2e7c393fe7b6688 (patch)
tree0b8839c670c7d560d4c5ab254ba8904021a475fa /Documentation/howto/userspace-tunneling.rst
parent16e5b51f2d2dcc2447e8b6a06b51089d97b86511 (diff)
downloadopenvswitch-d0020c5e8769582ff949cdfff2e7c393fe7b6688.tar.gz
docs: Recommend the use of dpdkvhostuserclient ports.
dpdkvhostuser ports are deprecated, but are still being recommended to users through the documentation. Fix this. Signed-off-by: Cian Ferriter <cian.ferriter@intel.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/howto/userspace-tunneling.rst')
-rw-r--r--Documentation/howto/userspace-tunneling.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/howto/userspace-tunneling.rst b/Documentation/howto/userspace-tunneling.rst
index 0122ce76e..4e23b2e0c 100644
--- a/Documentation/howto/userspace-tunneling.rst
+++ b/Documentation/howto/userspace-tunneling.rst
@@ -98,7 +98,8 @@ Perform the following configuration on `host1`:
accordingly, using ``vm_port0`` as the interface name::
$ ovs-vsctl add-port br-int vm_port0 \
- -- set Interface vm_port0 type=dpdkvhostuser
+ -- set Interface vm_port0 type=dpdkvhostuserclient \
+ options:vhost-server-path=/tmp/vm_port0
#. Configure the IP address of the VM interface *in the VM itself*::