Skip to content

Commit a8d11ac

Browse files
committed
dpdk: Use DPDK 23.11.3 release for OVS 3.3.
Update the CI and docs to use DPDK 23.11.3. Signed-off-by: Kevin Traynor <ktraynor@redhat.com> Acked-by: Eelco Chaudron <echaudro@redhat.com>
1 parent f078a55 commit a8d11ac

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
dependencies: gcc libnuma-dev libxdp-dev ninja-build pkgconf
1515
CC: gcc
1616
DPDK_GIT: https://dpdk.org/git/dpdk-stable
17-
DPDK_VER: 23.11.2
17+
DPDK_VER: 23.11.3
1818
name: dpdk gcc
1919
outputs:
2020
dpdk_key: ${{ steps.gen_dpdk_key.outputs.key }}

Documentation/faq/releases.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ Q: What DPDK version does each Open vSwitch release work with?
216216
2.14.x 19.11.13
217217
2.15.x 20.11.6
218218
2.16.x 20.11.6
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
219+
2.17.x 21.11.9
220+
3.0.x 21.11.9
221+
3.1.x 22.11.7
222+
3.2.x 22.11.7
223+
3.3.x 23.11.3
224224
============ ========
225225

226226
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 23.11.2
45+
- DPDK 23.11.3
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-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
76+
$ wget https://fast.dpdk.org/rel/dpdk-23.11.3.tar.xz
77+
$ tar xf dpdk-23.11.3.tar.xz
78+
$ export DPDK_DIR=/usr/src/dpdk-stable-23.11.3
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
@@ -8,6 +8,8 @@ v3.3.4 - xx xxx xxxx
88
name=table123 prefixes=nw_dst,nw_src,ipv6_dst,ipv6_src
99
This allows to significantly reduce amount of datapath flows generated
1010
from mixed IPv4+IPv6 flow tables, if configured.
11+
- DPDK:
12+
* OVS validated with DPDK 23.11.3.
1113

1214
v3.3.3 - 15 Nov 2024
1315
--------------------

0 commit comments

Comments
 (0)