summaryrefslogtreecommitdiff
path: root/Documentation/howto
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2017-12-13 13:30:05 +0300
committerIan Stokes <ian.stokes@intel.com>2017-12-20 21:07:46 +0000
commitc543bf31f032b6309ce3e6ae4453af5d86241e3a (patch)
tree7c69989bbf6d8f9a026948bfd9fbd259619371d4 /Documentation/howto
parentbe48173310718f09e77fe377e3b901658eb8f06d (diff)
downloadopenvswitch-c543bf31f032b6309ce3e6ae4453af5d86241e3a.tar.gz
docs: Fix table view for VM config in dpdk howto.
In current version table contains only one row with all the values together. This is not readable. 'Simple table' format should work for this case. Additionally, some words capitalized to look better and be conform with other tables in the file. CC: Stephen Finucane <stephen@that.guru> Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST") Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'Documentation/howto')
-rw-r--r--Documentation/howto/dpdk.rst22
1 files changed, 12 insertions, 10 deletions
diff --git a/Documentation/howto/dpdk.rst b/Documentation/howto/dpdk.rst
index d1238195a..2393c2ff7 100644
--- a/Documentation/howto/dpdk.rst
+++ b/Documentation/howto/dpdk.rst
@@ -531,16 +531,18 @@ Add test flows to forward packets betwen DPDK devices and VM ports::
Create a VM using the following configuration:
-+----------------------+--------+-----------------+
-| configuration | values | comments |
-+----------------------+--------+-----------------+
-| qemu version | 2.2.0 | n/a |
-| qemu thread affinity | core 5 | taskset 0x20 |
-| memory | 4GB | n/a |
-| cores | 2 | n/a |
-| Qcow2 image | CentOS7| n/a |
-| mrg_rxbuf | off | n/a |
-+----------------------+--------+-----------------+
+.. table::
+
+ ===================== ======== ============
+ Configuration Values Comments
+ ===================== ======== ============
+ QEMU version 2.2.0 n/a
+ QEMU thread affinity core 5 taskset 0x20
+ Memory 4GB n/a
+ Cores 2 n/a
+ Qcow2 image CentOS7 n/a
+ mrg_rxbuf off n/a
+ ===================== ======== ============
You can do this directly with QEMU via the ``qemu-system-x86_64`` application::