DPDK now provides a stable release branch. Modify install docs
to use the DPDK v.16.11 stable branch snapshot to benefit from
most recent bug fixes.

Signed-off-by: Ian Stokes <ian.sto...@intel.com>
---
 Documentation/intro/install/dpdk.rst     |    6 +++---
 Documentation/topics/dpdk/vhost-user.rst |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/intro/install/dpdk.rst 
b/Documentation/intro/install/dpdk.rst
index 3018590..0cf4dab 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -64,9 +64,9 @@ Install DPDK
 #. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
 
        $ cd /usr/src/
-       $ wget http://fast.dpdk.org/rel/dpdk-16.11.tar.xz
-       $ tar xf dpdk-16.11.tar.xz
-       $ export DPDK_DIR=/usr/src/dpdk-16.11
+       $ wget 
http://dpdk.org/browse/dpdk-stable/snapshot/dpdk-stable-16.11.tar.xz
+       $ tar xf dpdk-stable-16.11.tar.xz
+       $ export DPDK_DIR=/usr/src/dpdk-stable-16.11
        $ cd $DPDK_DIR
 
 #. (Optional) Configure DPDK as a shared library
diff --git a/Documentation/topics/dpdk/vhost-user.rst 
b/Documentation/topics/dpdk/vhost-user.rst
index 5448bd2..a0fd582 100644
--- a/Documentation/topics/dpdk/vhost-user.rst
+++ b/Documentation/topics/dpdk/vhost-user.rst
@@ -278,9 +278,9 @@ To begin, instantiate a guest as described in 
:ref:`dpdk-vhost-user` or
 DPDK sources to VM and build DPDK::
 
     $ cd /root/dpdk/
-    $ wget http://fast.dpdk.org/rel/dpdk-16.11.tar.xz
-    $ tar xf dpdk-16.11.tar.xz
-    $ export DPDK_DIR=/root/dpdk/dpdk-16.11
+    $ wget http://dpdk.org/browse/dpdk-stable/snapshot/dpdk-stable-16.11.tar.xz
+    $ tar xf dpdk-stable-16.11.tar.xz
+    $ export DPDK_DIR=/usr/src/dpdk-stable-16.11
     $ export DPDK_TARGET=x86_64-native-linuxapp-gcc
     $ export DPDK_BUILD=$DPDK_DIR/$DPDK_TARGET
     $ cd $DPDK_DIR
@@ -364,7 +364,7 @@ Sample XML
         </disk>
         <disk type='dir' device='disk'>
           <driver name='qemu' type='fat'/>
-          <source dir='/usr/src/dpdk-16.11'/>
+          <source dir='/usr/src/dpdk-stable-16.11'/>
           <target dev='vdb' bus='virtio'/>
           <readonly/>
         </disk>
-- 
1.7.0.7

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to