summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorKevin Traynor <ktraynor@redhat.com>2018-04-23 16:11:46 +0100
committerIan Stokes <ian.stokes@intel.com>2018-05-11 08:08:24 +0100
commitc2903770e9f865834f481d9b5abdc7e985fa1bd6 (patch)
tree9fb93dad9341413f2ccda2f2f154f4fbd0c70d21 /Documentation/intro
parentd87e08978fc3b522acb4ecb21cffb5c2108b3b33 (diff)
downloadopenvswitch-c2903770e9f865834f481d9b5abdc7e985fa1bd6.tar.gz
dpdk: Use DPDK 17.11.2 release.
Modify travis linux build script to use the latest DPDK stable release 17.11.2. Update docs for latest DPDK stable releases. Signed-off-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Ian Stokes <ian.stokes@intel.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 fea48908d..34cd0eaf9 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.1
+- DPDK 17.11.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.11.1.tar.xz
- $ tar xf dpdk-17.11.1.tar.xz
- $ export DPDK_DIR=/usr/src/dpdk-stable-17.11.1
+ $ wget http://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz
+ $ tar xf dpdk-17.11.2.tar.xz
+ $ export DPDK_DIR=/usr/src/dpdk-stable-17.11.2
$ cd $DPDK_DIR
#. (Optional) Configure DPDK as a shared library