X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=INSTALL.DPDK.md;h=2cc76366031181b94c53199baa5f1c8f1b57f158;hb=9feb1017c5f16ace32479264aae6d92ed81f0633;hp=d612b8fe3b3c82742be15caa609177dffdad499c;hpb=123004ffeb71421f40de72194df53f56754b8682;p=cascardo%2Fovs.git 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