summaryrefslogtreecommitdiff
path: root/INSTALL.DPDK.rst
diff options
context:
space:
mode:
authorMauricio Vasquez <mauricio.vasquez@polito.it>2016-10-20 23:51:24 -0500
committerRussell Bryant <russell@ovn.org>2016-10-21 11:51:04 -0400
commitd7909dd9f004a7667bd338436351122d8df6937e (patch)
tree863aa755bc9c16393846c9ae17ca900d75015cfc /INSTALL.DPDK.rst
parentb1fe1c94b5c7f226554c35bac5fa59a9a166fe2d (diff)
downloadopenvswitch-d7909dd9f004a7667bd338436351122d8df6937e.tar.gz
doc: v2: fix bad link to dpdk advance installation guide
Previous fix was also wrong. Fixes: 167703d ("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 c4b9167e8..b91782809 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
------------