File tree 4 files changed +13
-11
lines changed
4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11
11
dependencies : gcc libbpf-dev libnuma-dev libpcap-dev ninja-build pkgconf
12
12
CC : gcc
13
13
DPDK_GIT : https://dpdk.org/git/dpdk-stable
14
- DPDK_VER : 23.11.1
14
+ DPDK_VER : 23.11.2
15
15
name : dpdk gcc
16
16
outputs :
17
17
dpdk_key : ${{ steps.gen_dpdk_key.outputs.key }}
Original file line number Diff line number Diff line change @@ -216,12 +216,12 @@ Q: What DPDK version does each Open vSwitch release work with?
216
216
2.14.x 19.11.13
217
217
2.15.x 20.11.6
218
218
2.16.x 20.11.6
219
- 2.17.x 21.11.7
220
- 3.0.x 21.11.7
221
- 3.1.x 22.11.5
222
- 3.2.x 22.11.5
223
- 3.3.x 23.11.1
224
- 3.4.x 23.11.1
219
+ 2.17.x 21.11.8
220
+ 3.0.x 21.11.8
221
+ 3.1.x 22.11.6
222
+ 3.2.x 22.11.6
223
+ 3.3.x 23.11.2
224
+ 3.4.x 23.11.2
225
225
============ ========
226
226
227
227
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 23.11.1
45
+ - DPDK 23.11.2
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-23.11.1 .tar.xz
77
- $ tar xf dpdk-23.11.1 .tar.xz
78
- $ export DPDK_DIR=/usr/src/dpdk-stable-23.11.1
76
+ $ wget https://fast.dpdk.org/rel/dpdk-23.11.2 .tar.xz
77
+ $ tar xf dpdk-23.11.2 .tar.xz
78
+ $ export DPDK_DIR=/usr/src/dpdk-stable-23.11.2
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 @@ -5,6 +5,8 @@ Post-v3.4.0
5
5
that does not have a specific value defined, rather than being
6
6
treated as a global value, aligning the behavior with that of
7
7
the kernel datapath.
8
+ - DPDK:
9
+ * OVS validated with DPDK 23.11.2.
8
10
9
11
10
12
v3.4.0 - 15 Aug 2024
You can’t perform that action at this time.
0 commit comments