summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2020-07-02 16:09:27 +0100
committerIan Stokes <ian.stokes@intel.com>2020-07-13 17:18:31 +0100
commit02abe831c32215fa562d85b66d7300ff6e7af31e (patch)
tree0f06701b392be8fba8ba1df0df12484d4b7479e4 /Documentation/intro
parent842c363050b1099f272c8626ff1c89536e5f5c75 (diff)
downloadopenvswitch-02abe831c32215fa562d85b66d7300ff6e7af31e.tar.gz
dpdk: Use DPDK 19.11.2 release.
Modify travis linux build script to use DPDK 19.11.2 stable release and update docs to reference 19.11.2 stable release. Update release faq to reflect latest validated DPDK versions for all branches. 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 4d858304c..39544f835 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -42,7 +42,7 @@ Build requirements
In addition to the requirements described in :doc:`general`, building Open
vSwitch with DPDK will require the following:
-- DPDK 19.11
+- DPDK 19.11.2
- A `DPDK supported NIC`_
@@ -71,9 +71,9 @@ Install DPDK
#. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
$ cd /usr/src/
- $ wget https://fast.dpdk.org/rel/dpdk-19.11.tar.xz
- $ tar xf dpdk-19.11.tar.xz
- $ export DPDK_DIR=/usr/src/dpdk-19.11
+ $ wget https://fast.dpdk.org/rel/dpdk-19.11.2.tar.xz
+ $ tar xf dpdk-19.11.2.tar.xz
+ $ export DPDK_DIR=/usr/src/dpdk-stable-19.11.2
$ cd $DPDK_DIR
#. (Optional) Configure DPDK as a shared library