summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-guide
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2017-10-06 14:35:58 +0200
committerMartin Borg <martin.borg@enea.com>2017-10-11 17:22:46 +0200
commit5638e6b66e8e6ca1c9227feef83448d4fba6b929 (patch)
treeb0cd8af6d7af83df51b9bd008bf9b97da6f7374c /doc/book-enea-nfv-access-guide
parent4091a8911be4a98fc93314574a99c176288dbb43 (diff)
downloadel_releases-nfv-access-5638e6b66e8e6ca1c9227feef83448d4fba6b929.tar.gz
book-enea-nfv-access-guide: Replace FIXMEs with links
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'doc/book-enea-nfv-access-guide')
-rw-r--r--doc/book-enea-nfv-access-guide/doc/dpdk.xml2
-rw-r--r--doc/book-enea-nfv-access-guide/doc/ovs.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/book-enea-nfv-access-guide/doc/dpdk.xml b/doc/book-enea-nfv-access-guide/doc/dpdk.xml
index 0436331..aa85317 100644
--- a/doc/book-enea-nfv-access-guide/doc/dpdk.xml
+++ b/doc/book-enea-nfv-access-guide/doc/dpdk.xml
@@ -88,7 +88,7 @@ mount -t hugetlbfs nodev /mnt/huge</programlisting>
88 <orderedlist> 88 <orderedlist>
89 <listitem> 89 <listitem>
90 <para>Setup DPDK on both boards, following the instructions in 90 <para>Setup DPDK on both boards, following the instructions in
91 [FIXME]:</para> 91 <xref linkend="dpdk-setup"/>.</para>
92 </listitem> 92 </listitem>
93 93
94 <listitem> 94 <listitem>
diff --git a/doc/book-enea-nfv-access-guide/doc/ovs.xml b/doc/book-enea-nfv-access-guide/doc/ovs.xml
index 3400975..fdbd692 100644
--- a/doc/book-enea-nfv-access-guide/doc/ovs.xml
+++ b/doc/book-enea-nfv-access-guide/doc/ovs.xml
@@ -98,7 +98,7 @@
98 <title>How to set up OVS-DPDK</title> 98 <title>How to set up OVS-DPDK</title>
99 99
100 <para>The DPDK must be configured prior to setting up OVS-DPDK. See 100 <para>The DPDK must be configured prior to setting up OVS-DPDK. See
101 [FIXME] for DPDK setup instructions, then follow these steps:</para> 101 <xref linkend="dpdk-setup"/> for DPDK setup instructions, then follow these steps:</para>
102 102
103 <orderedlist> 103 <orderedlist>
104 <listitem> 104 <listitem>
@@ -144,7 +144,7 @@ ovs-vsctl add-port ovsbr0 dpdk0 -- set Interface dpdk0 type=dpdk /
144 144
145 <para>This command creates a socket at 145 <para>This command creates a socket at
146 <literal>/var/run/openvswitch/vhost-user1</literal>, which can be 146 <literal>/var/run/openvswitch/vhost-user1</literal>, which can be
147 provided to the VM on the QEMU command line. See [FIXME] for 147 provided to the VM on the QEMU command line. See <xref linkend="net_in_guest"/> for
148 details.</para> 148 details.</para>
149 </listitem> 149 </listitem>
150 150