summaryrefslogtreecommitdiff
path: root/Documentation/intro/install/dpdk.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/intro/install/dpdk.rst')
-rw-r--r--Documentation/intro/install/dpdk.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index 284904b05..bb69ae59d 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -40,7 +40,7 @@ Build requirements
In addition to the requirements described in :doc:`general`, building Open
vSwitch with DPDK will require the following:
-- DPDK 17.05.1
+- DPDK 17.05.2
- A `DPDK supported NIC`_
@@ -69,9 +69,9 @@ Install DPDK
#. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
$ cd /usr/src/
- $ wget http://fast.dpdk.org/rel/dpdk-17.05.1.tar.xz
- $ tar xf dpdk-17.05.1.tar.xz
- $ export DPDK_DIR=/usr/src/dpdk-stable-17.05.1
+ $ wget http://fast.dpdk.org/rel/dpdk-17.05.2.tar.xz
+ $ tar xf dpdk-17.05.2.tar.xz
+ $ export DPDK_DIR=/usr/src/dpdk-stable-17.05.2
$ cd $DPDK_DIR
#. (Optional) Configure DPDK as a shared library