Skip to content

Commit 686c2aa

Browse files
committed
dpdk: Use DPDK 21.11.8 release for OVS 2.17.
Update the CI and docs to use DPDK 21.11.8. Signed-off-by: Kevin Traynor <[email protected]>
1 parent a31060e commit 686c2aa

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.ci/linux-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fi
220220

221221
if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
222222
if [ -z "$DPDK_VER" ]; then
223-
DPDK_VER="21.11.7"
223+
DPDK_VER="21.11.8"
224224
fi
225225
install_dpdk $DPDK_VER
226226
fi

Documentation/faq/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Q: What DPDK version does each Open vSwitch release work with?
210210
2.14.x 19.11.13
211211
2.15.x 20.11.6
212212
2.16.x 20.11.6
213-
2.17.x 21.11.7
213+
2.17.x 21.11.8
214214
============ ========
215215

216216
Q: Are all the DPDK releases that OVS versions work with maintained?

Documentation/intro/install/dpdk.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Build requirements
4242
In addition to the requirements described in :doc:`general`, building Open
4343
vSwitch with DPDK will require the following:
4444

45-
- DPDK 21.11.7
45+
- DPDK 21.11.8
4646

4747
- A `DPDK supported NIC`_
4848

@@ -73,9 +73,9 @@ Install DPDK
7373
#. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
7474

7575
$ cd /usr/src/
76-
$ wget https://fast.dpdk.org/rel/dpdk-21.11.7.tar.xz
77-
$ tar xf dpdk-21.11.7.tar.xz
78-
$ export DPDK_DIR=/usr/src/dpdk-stable-21.11.7
76+
$ wget https://fast.dpdk.org/rel/dpdk-21.11.8.tar.xz
77+
$ tar xf dpdk-21.11.8.tar.xz
78+
$ export DPDK_DIR=/usr/src/dpdk-stable-21.11.8
7979
$ cd $DPDK_DIR
8080

8181
#. Configure and install DPDK using Meson

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
v2.17.12 - xx xxx xxxx
22
----------------------
3+
- DPDK:
4+
* OVS validated with DPDK 21.11.8.
35

46
v2.17.11 - 27 Aug 2024
57
----------------------

0 commit comments

Comments
 (0)