summaryrefslogtreecommitdiff
path: root/INSTALL.DPDK.md
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-10-30 13:04:14 +0100
committerBen Pfaff <blp@nicira.com>2014-10-30 08:17:16 -0700
commit9feb1017c5f16ace32479264aae6d92ed81f0633 (patch)
tree58ce86749f324e9009be164d65812d218e52b190 /INSTALL.DPDK.md
parent123004ffeb71421f40de72194df53f56754b8682 (diff)
downloadopenvswitch-9feb1017c5f16ace32479264aae6d92ed81f0633.tar.gz
doc: Add more cross references between docs
Suggested-by: Lori Jakab <lojakab@cisco.com> Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Reviewed-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'INSTALL.DPDK.md')
-rw-r--r--INSTALL.DPDK.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index d612b8fe3..2cc763660 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -70,8 +70,7 @@ machines. Instead of typing `make`, type:
`make CFLAGS='-O3 -march=native'`
-Refer to [INSTALL.userspace](INSTALL.userspace.md) for general requirements of
-building userspace OVS.
+Refer to [INSTALL.userspace.md] for general requirements of building userspace OVS.
Using the DPDK with ovs-vswitchd:
---------------------------------
@@ -92,7 +91,7 @@ Using the DPDK with ovs-vswitchd:
Ref to http://www.dpdk.org/doc/quick-start for verifying DPDK setup.
-4. Start ovsdb-server as discussed in [INSTALL](INSTALL.md) doc:
+4. Start ovsdb-server as discussed in [INSTALL.md] doc:
1. First time only db creation (or clearing):
```
@@ -282,3 +281,6 @@ Bug Reporting:
--------------
Please report problems to bugs@openvswitch.org.
+
+[INSTALL.userspace.md]:INSTALL.userspace.md
+[INSTALL.md]:INSTALL.md