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 7acdaac06..4c63856b8 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.10
+- DPDK 19.11.13
- 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.10.tar.xz
- $ tar xf dpdk-19.11.10.tar.xz
- $ export DPDK_DIR=/usr/src/dpdk-stable-19.11.10
+ $ wget https://fast.dpdk.org/rel/dpdk-19.11.13.tar.xz
+ $ tar xf dpdk-19.11.13.tar.xz
+ $ export DPDK_DIR=/usr/src/dpdk-stable-19.11.13
$ cd $DPDK_DIR
#. (Optional) Configure DPDK as a shared library