summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2018-03-08 15:46:58 +0000
committerIan Stokes <ian.stokes@intel.com>2018-03-21 14:17:09 +0000
commitd7404f6212b43857ee46bcceb80484ddef3a6d22 (patch)
tree4ad3a6940f6b24716f5869b3a7f10abda1cbcd63 /Documentation/intro
parentd70a862d196a76e69d0761becf6646a94948f25d (diff)
downloadopenvswitch-d7404f6212b43857ee46bcceb80484ddef3a6d22.tar.gz
dpdk: Use DPDK 17.11.1 release.
Modify docs and travis linux build script to use the DPDK 17.11.1 release branch to benefit from most recent bug fixes. There are no new features introduced in the DPDK release, only back ported bug fixes. For completeness these bug fixes have been documented under the 17.11.1 section in the link below. http://dpdk.org/doc/guides-17.11/rel_notes/release_17_11.html#id1 Signed-off-by: Ian Stokes <ian.stokes@intel.com> Acked-by: Kevin Traynor <ktraynor@redhat.com>
Diffstat (limited to 'Documentation/intro')
-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 2cf7cca15..fea48908d 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.11
+- DPDK 17.11.1
- 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.11.tar.xz
- $ tar xf dpdk-17.11.tar.xz
- $ export DPDK_DIR=/usr/src/dpdk-17.11
+ $ wget http://fast.dpdk.org/rel/dpdk-17.11.1.tar.xz
+ $ tar xf dpdk-17.11.1.tar.xz
+ $ export DPDK_DIR=/usr/src/dpdk-stable-17.11.1
$ cd $DPDK_DIR
#. (Optional) Configure DPDK as a shared library