summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorHariprasad Govindharajan <hariprasad.govindharajan@intel.com>2021-04-21 11:50:15 +0100
committerIan Stokes <ian.stokes@intel.com>2021-05-12 09:15:44 +0100
commitb45958bf75db121a05cb8aa07825f23a771130b9 (patch)
tree137b87913d46e74c493728f68f39b542828d185d /Documentation/intro
parent484e9a4dd75a3780c45ce4f5ed3de03e081ca81b (diff)
downloadopenvswitch-b45958bf75db121a05cb8aa07825f23a771130b9.tar.gz
dpdk: Use DPDK 20.11.1 release.
Modify ci linux build script to use the latest DPDK stable release. Modify Documentation to use the latest DPDK stable release 20.11.1 Update NEWS file to reflect the latest DPDK stable releases. FAQ is updated to reflect the latest DPDK for each branch. Signed-off-by: Hariprasad Govindharajan <hariprasad.govindharajan@intel.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.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index 3a24e54f9..612f2fdbc 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 20.11
+- DPDK 20.11.1
- A `DPDK supported NIC`_
@@ -73,9 +73,9 @@ Install DPDK
#. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
$ cd /usr/src/
- $ wget https://fast.dpdk.org/rel/dpdk-20.11.tar.xz
- $ tar xf dpdk-20.11.tar.xz
- $ export DPDK_DIR=/usr/src/dpdk-20.11
+ $ wget https://fast.dpdk.org/rel/dpdk-20.11.1.tar.xz
+ $ tar xf dpdk-20.11.1.tar.xz
+ $ export DPDK_DIR=/usr/src/dpdk-stable-20.11.1
$ cd $DPDK_DIR
#. Configure and install DPDK using Meson