From d0020c5e8769582ff949cdfff2e7c393fe7b6688 Mon Sep 17 00:00:00 2001 From: Cian Ferriter Date: Fri, 27 Aug 2021 16:15:01 +0100 Subject: 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 Acked-by: Kevin Traynor Signed-off-by: Ilya Maximets --- Documentation/howto/userspace-tunneling.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation/howto/userspace-tunneling.rst') 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*:: -- cgit v1.2.1