summaryrefslogtreecommitdiff
path: root/INSTALL.DPDK.rst
diff options
context:
space:
mode:
authorMauricio Vasquez <mauricio.vasquez@polito.it>2016-10-18 17:23:12 -0500
committerRussell Bryant <russell@ovn.org>2016-10-19 10:28:05 -0400
commitf799f7affe5fa00964e96e0b822237e36b5015cf (patch)
tree449ed142fc9989a4c1745a7ceb5e2fc1e81c9642 /INSTALL.DPDK.rst
parentc4977b6a10d750c1ba24db96a5826cd34e1b6ca1 (diff)
downloadopenvswitch-f799f7affe5fa00964e96e0b822237e36b5015cf.tar.gz
doc: fix bad link to dpdk advance installation guide
The link was pointing to a wrong place after the file was converted to rst. Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST") Signed-off-by: Mauricio Vasquez B <mauricio.vasquez@polito.it> Acked-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'INSTALL.DPDK.rst')
-rw-r--r--INSTALL.DPDK.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.DPDK.rst b/INSTALL.DPDK.rst
index f09abe2ff..c4b9167e8 100644
--- a/INSTALL.DPDK.rst
+++ b/INSTALL.DPDK.rst
@@ -55,7 +55,7 @@ In addition to the requirements described in the `installation guide
Detailed system requirements can be found at `DPDK requirements`_, while more
detailed install information can be found in the `advanced installation guide
-<../../INSTALL.DPDK-advanced.md>`__.
+<INSTALL.DPDK-advanced.md>`__.
.. _DPDK supported NIC: http://dpdk.org/doc/nics
.. _DPDK requirements: http://dpdk.org/doc/guides/linux_gsg/sys_reqs.html
@@ -229,7 +229,7 @@ them to cores 1,2, run:::
$ ovs-vsctl set Open_vSwitch . other_config:pmd-cpu-mask=6
For details on using ivshmem with DPDK, refer to `the advanced installation
-guide <../../INSTALL.DPDK-ADVANCED.md>`__.
+guide <INSTALL.DPDK-advanced.md>`__.
Refer to ovs-vswitchd.conf.db(5) for additional information on configuration
options.
@@ -338,7 +338,7 @@ DPDK 'testpmd' application can be run in the Guest VM for high speed packet
forwarding between vhostuser ports. DPDK and testpmd application has to be
compiled on the guest VM. Below are the steps for setting up the testpmd
application in the VM. More information on the vhostuser ports can be found in
-the `advanced install guide <../../INSTALL.DPDK-ADVANCED.md>`__.
+the `advanced install guide <INSTALL.DPDK-advanced.md>`__.
.. note::
Support for DPDK in the guest requires QEMU >= 2.2.0.
@@ -574,12 +574,12 @@ When you finish testing, bind the vNICs back to kernel:::
.. note::
More information on the dpdkvhostuser ports can be found in the `advanced
- installation guide <../../INSTALL.DPDK-ADVANCED.md>`__.
+ installation guide <INSTALL.DPDK-advanced.md>`__.
PHY-VM-PHY (IVSHMEM loopback)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Refer to the `advanced installation guide <../../INSTALL.DPDK-ADVANCED.md>`__.
+Refer to the `advanced installation guide <INSTALL.DPDK-advanced.md>`__.
Limitations
------------