summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorMark Kavanagh <mark.b.kavanagh@intel.com>2017-12-08 10:53:46 +0000
committerIan Stokes <ian.stokes@intel.com>2017-12-08 21:42:54 +0000
commit5e925ccc2a6f569f1b32365e3660671b8e7d36b3 (patch)
tree1cae072f637cee8f4a743ebb3f3885a434c0f250 /Documentation/intro
parentd1ce9c2033fcbd4ee73c4b22abb6cf11db968bd2 (diff)
downloadopenvswitch-5e925ccc2a6f569f1b32365e3660671b8e7d36b3.tar.gz
netdev-dpdk: DPDK v17.11 upgrade
This commit adds support for DPDK v17.11: - minor updates to accomodate DPDK API changes - update references to DPDK version in Documentation - update DPDK version in travis' linux-build script - document DPDK v17.11 virtio driver bug Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com> Acked-by: Ciara Loftus <ciara.loftus@intel.com> Acked-by: Jan Scheurich <jan.scheurich@ericsson.com> Tested-by: Jan Scheurich <jan.scheurich@ericsson.com> Tested-by: Guoshuai Li <ligs@dtdream.com> Acked-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.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index bb69ae59d..3fecb5c8f 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.2
+- DPDK 17.11
- 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.2.tar.xz
- $ tar xf dpdk-17.05.2.tar.xz
- $ export DPDK_DIR=/usr/src/dpdk-stable-17.05.2
+ $ 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
$ cd $DPDK_DIR
#. (Optional) Configure DPDK as a shared library
@@ -583,7 +583,7 @@ Limitations
The latest list of validated firmware versions can be found in the `DPDK
release notes`_.
-.. _DPDK release notes: http://dpdk.org/doc/guides/rel_notes/release_17_05.html
+.. _DPDK release notes: http://dpdk.org/doc/guides/rel_notes/release_17_11.html
Reporting Bugs
--------------