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.
CC: Stephen Finucane <[email protected]> Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST") Signed-off-by: Ilya Maximets <[email protected]> --- Documentation/howto/dpdk.rst | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Documentation/howto/dpdk.rst b/Documentation/howto/dpdk.rst index d123819..763b237 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:: -- 2.7.4 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
