diff mbox

[ovs-dev] Documentation/topics/dpdk/vhost-user.rst small fixes

Message ID 20170619185939.5172-1-yhvh2000@gmail.com
State Accepted
Headers show

Commit Message

William Stevenson June 19, 2017, 6:59 p.m. UTC
A few trivial fixes to vhost-user documentation including a syntax
error in the included xml file.

Signed-off-by: William Stevenson <yhvh2000@gmail.com>
---
 Documentation/topics/dpdk/vhost-user.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Ben Pfaff June 19, 2017, 11:18 p.m. UTC | #1
On Mon, Jun 19, 2017 at 07:59:39PM +0100, William Stevenson wrote:
> A few trivial fixes to vhost-user documentation including a syntax
> error in the included xml file.
> 
> Signed-off-by: William Stevenson <yhvh2000@gmail.com>

Thanks!  I applied this to master and branch-2.7.
diff mbox

Patch

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'/>