summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2017-09-25 14:31:39 +0200
committerMartin Borg <martin.borg@enea.com>2017-10-11 17:22:10 +0200
commit4091a8911be4a98fc93314574a99c176288dbb43 (patch)
treebe28b212c2d69e75bf5cc16e8b6921a4faa08377
parenta3b4d0e0e074aa80cc2538236b11ba7473a0b617 (diff)
downloadnfv-access-documentation-4091a8911be4a98fc93314574a99c176288dbb43.tar.gz
book-enea-nfv-access-guide: update DPDK version
DPDK version updated to 17.08 Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--doc/book-enea-nfv-access-guide/doc/dpdk.xml6
1 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 c9746a4..0436331 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>
@@ -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>