File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1414 dependencies : gcc libnuma-dev ninja-build
1515 CC : gcc
1616 DPDK_GIT : https://dpdk.org/git/dpdk-stable
17- DPDK_VER : 22.11.6
17+ DPDK_VER : 22.11.7
1818 name : dpdk gcc
1919 outputs :
2020 dpdk_key : ${{ steps.gen_dpdk_key.outputs.key }}
Original file line number Diff line number Diff line change @@ -215,10 +215,10 @@ Q: What DPDK version does each Open vSwitch release work with?
215215 2.14.x 19.11.13
216216 2.15.x 20.11.6
217217 2.16.x 20.11.6
218- 2.17.x 21.11.8
219- 3.0.x 21.11.8
220- 3.1.x 22.11.6
221- 3.2.x 22.11.6
218+ 2.17.x 21.11.9
219+ 3.0.x 21.11.9
220+ 3.1.x 22.11.7
221+ 3.2.x 22.11.7
222222 ============ ========
223223
224224Q: 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
4242In addition to the requirements described in :doc: `general `, building Open
4343vSwitch with DPDK will require the following:
4444
45- - DPDK 22.11.6
45+ - DPDK 22.11.7
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-22.11.6 .tar.xz
77- $ tar xf dpdk-22.11.6 .tar.xz
78- $ export DPDK_DIR=/usr/src/dpdk-stable-22.11.6
76+ $ wget https://fast.dpdk.org/rel/dpdk-22.11.7 .tar.xz
77+ $ tar xf dpdk-22.11.7 .tar.xz
78+ $ export DPDK_DIR=/usr/src/dpdk-stable-22.11.7
7979 $ cd $DPDK_DIR
8080
8181#. Configure and install DPDK using Meson
Original file line number Diff line number Diff line change 11v3.2.5 - xx xxx xxxx
22--------------------
3+ - DPDK:
4+ * OVS validated with DPDK 22.11.7.
35
46v3.2.4 - 15 Nov 2024
57--------------------
You can’t perform that action at this time.
0 commit comments