A few trivial fixes to vhost-user documentation including a syntax error in the included xml file.
Signed-off-by: William Stevenson <[email protected]> --- Documentation/topics/dpdk/vhost-user.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst index 3b11c4d21..6b0bf9b4b 100644 --- a/Documentation/topics/dpdk/vhost-user.rst +++ b/Documentation/topics/dpdk/vhost-user.rst @@ -99,7 +99,7 @@ VM on the QEMU command line. ovsdb like so:: $ ovs-vsctl --no-wait \ - set Open_vSwitch . other_config:vhost-sock-dir=subdir` + set Open_vSwitch . other_config:vhost-sock-dir=subdir 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 @@ -236,8 +236,8 @@ vhost-user-client To use vhost-user-client ports, you must first add said ports to the switch. Like DPDK vhost-user ports, DPDK vhost-user-client ports can have mostly -arbitrary. However, the name given to the port does not govern the name of the -socket device. Instead, this must be configured by the user by way of a +arbitrary names. However, the name given to the port does not govern the name +of the socket device. Instead, this must be configured by the user by way of a ``vhost-server-path`` option. For vhost-user-client, the port type is ``dpdkvhostuserclient``:: @@ -358,7 +358,7 @@ Sample XML <features> <acpi/> <apic/> - </feature> + </features> <cpu mode='host-model'> <model fallback='allow'/> <topology sockets='2' cores='1' threads='1'/> -- 2.13.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
