summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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