summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile2
-rw-r--r--doc/book-enea-nfv-access-guide/doc/dpdk.xml8
-rw-r--r--doc/book-enea-nfv-access-guide/doc/ovs.xml4
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d3b4388..a7acbfe 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -49,7 +49,7 @@ DOCBOOK_TO_BOOKDIR ?= yes
49DOCBOOK_CLEANTMP ?= yes 49DOCBOOK_CLEANTMP ?= yes
50 50
51#Components (books) in this subsystem. Now use all books found here 51#Components (books) in this subsystem. Now use all books found here
52COMPONENTS := book-enea-nfv-access-release-info book-enea-nfv-access-open-source book-enea-nfv-access-guest-open-source book-enea-nfv-access-dev-open-source book-enea-nfv-access-guest-dev-open-source book-enea-nfv-access-openstack-open-source book-enea-nfv-access-guide 52COMPONENTS := book-enea-nfv-access-release-info book-enea-nfv-access-open-source book-enea-nfv-access-guest-open-source book-enea-nfv-access-dev-open-source book-enea-nfv-access-guest-dev-open-source book-enea-nfv-access-guide
53# COMPONENTS += book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed) 53# COMPONENTS += book-enea-linux-eclipse-open-source (as of 13.04.2017 this is not needed)
54#COMPONENTS := $(shell ls -d book-enea* ) 54#COMPONENTS := $(shell ls -d book-enea* )
55 55
diff --git a/doc/book-enea-nfv-access-guide/doc/dpdk.xml b/doc/book-enea-nfv-access-guide/doc/dpdk.xml
index c9746a4..aa85317 100644
--- a/doc/book-enea-nfv-access-guide/doc/dpdk.xml
+++ b/doc/book-enea-nfv-access-guide/doc/dpdk.xml
@@ -20,7 +20,7 @@
20 <programlisting>default_hugepagesz=1GB hugepagesz=1GB hugepages=8 hugepagesz=2M hugepages=2048</programlisting> 20 <programlisting>default_hugepagesz=1GB hugepagesz=1GB hugepages=8 hugepagesz=2M hugepages=2048</programlisting>
21 21
22 <para>For DPDK documentation, see <ulink 22 <para>For DPDK documentation, see <ulink
23 url="http://dpdk.org/doc/guides-17.02/index.html">http://dpdk.org/doc/guides-17.02/index.html</ulink></para> 23 url="http://dpdk.org/doc/guides-17.08/index.html">http://dpdk.org/doc/guides-17.08/index.html</ulink></para>
24 24
25 <section id="pktgen"> 25 <section id="pktgen">
26 <title>Pktgen</title> 26 <title>Pktgen</title>
@@ -64,7 +64,7 @@ mount -t hugetlbfs nodev /mnt/huge</programlisting>
64 <para><programlisting>dpdk-devbind --bind=igb_uio &lt;PCI device number&gt;</programlisting>The 64 <para><programlisting>dpdk-devbind --bind=igb_uio &lt;PCI device number&gt;</programlisting>The
65 DPDK provides the dpdk-devbind tool to help binding/unbinding devices 65 DPDK provides the dpdk-devbind tool to help binding/unbinding devices
66 from specific drivers. See <ulink 66 from specific drivers. See <ulink
67 url="http://dpdk.org/doc/guides-17.02/tools/devbind.html">http://dpdk.org/doc/guides-17.02/tools/devbind.html</ulink> 67 url="http://dpdk.org/doc/guides-17.08/tools/devbind.html">http://dpdk.org/doc/guides-17.08/tools/devbind.html</ulink>
68 for more information.</para> 68 for more information.</para>
69 </listitem> 69 </listitem>
70 </orderedlist> 70 </orderedlist>
@@ -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>
@@ -112,7 +112,7 @@ mount -t hugetlbfs nodev /mnt/huge</programlisting>
112 112
113 <para>For more information, refer to the testpmd application user 113 <para>For more information, refer to the testpmd application user
114 guide: <ulink 114 guide: <ulink
115 url="http://dpdk.org/doc/guides-17.02/testpmd_app_ug/index.html">http://dpdk.org/doc/guides-17.02/testpmd_app_ug/index.html</ulink>.</para> 115 url="http://dpdk.org/doc/guides-17.08/testpmd_app_ug/index.html">http://dpdk.org/doc/guides-17.08/testpmd_app_ug/index.html</ulink>.</para>
116 </listitem> 116 </listitem>
117 </orderedlist> 117 </orderedlist>
118 </section> 118 </section>
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