File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 220
220
221
221
if [ " $DPDK " ] || [ " $DPDK_SHARED " ]; then
222
222
if [ -z " $DPDK_VER " ]; then
223
- DPDK_VER=" 21.11.7 "
223
+ DPDK_VER=" 21.11.8 "
224
224
fi
225
225
install_dpdk $DPDK_VER
226
226
fi
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ Q: What DPDK version does each Open vSwitch release work with?
210
210
2.14.x 19.11.13
211
211
2.15.x 20.11.6
212
212
2.16.x 20.11.6
213
- 2.17.x 21.11.7
213
+ 2.17.x 21.11.8
214
214
============ ========
215
215
216
216
Q: Are all the DPDK releases that OVS versions work with maintained?
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Build requirements
42
42
In addition to the requirements described in :doc: `general `, building Open
43
43
vSwitch with DPDK will require the following:
44
44
45
- - DPDK 21.11.7
45
+ - DPDK 21.11.8
46
46
47
47
- A `DPDK supported NIC `_
48
48
@@ -73,9 +73,9 @@ Install DPDK
73
73
#. Download the `DPDK sources `_, extract the file and set ``DPDK_DIR ``::
74
74
75
75
$ 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
79
79
$ cd $DPDK_DIR
80
80
81
81
#. Configure and install DPDK using Meson
Original file line number Diff line number Diff line change 1
1
v2.17.12 - xx xxx xxxx
2
2
----------------------
3
+ - DPDK:
4
+ * OVS validated with DPDK 21.11.8.
3
5
4
6
v2.17.11 - 27 Aug 2024
5
7
----------------------
You can’t perform that action at this time.
0 commit comments