2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

dpdk: Use DPDK 24.11.2 release.

Update the CI and docs to use DPDK 24.11.2.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
This commit is contained in:
Kevin Traynor 2025-05-27 16:01:45 +01:00
parent b42f9fde4a
commit 48ce3a5a52
4 changed files with 9 additions and 8 deletions

View File

@ -14,7 +14,7 @@ jobs:
dependencies: gcc libnuma-dev libxdp-dev ninja-build pkgconf
CC: gcc
DPDK_GIT: https://dpdk.org/git/dpdk-stable
DPDK_VER: 24.11.1
DPDK_VER: 24.11.2
name: dpdk gcc
outputs:
dpdk_key: ${{ steps.gen_dpdk_key.outputs.key }}

View File

@ -165,9 +165,9 @@ Q: What DPDK version does each Open vSwitch release work with?
3.0.x 21.11.9
3.1.x 22.11.7
3.2.x 22.11.7
3.3.x 23.11.3
3.4.x 23.11.3
3.5.x 24.11.1
3.3.x 23.11.4
3.4.x 23.11.4
3.5.x 24.11.2
============ ========
Q: Are all the DPDK releases that OVS versions work with maintained?

View File

@ -42,7 +42,7 @@ Build requirements
In addition to the requirements described in :doc:`general`, building Open
vSwitch with DPDK will require the following:
- DPDK 24.11.1
- DPDK 24.11.2
- A `DPDK supported NIC`_
@ -73,9 +73,9 @@ Install DPDK
#. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
$ cd /usr/src/
$ wget https://fast.dpdk.org/rel/dpdk-24.11.1.tar.xz
$ tar xf dpdk-24.11.1.tar.xz
$ export DPDK_DIR=/usr/src/dpdk-stable-24.11.1
$ wget https://fast.dpdk.org/rel/dpdk-24.11.2.tar.xz
$ tar xf dpdk-24.11.2.tar.xz
$ export DPDK_DIR=/usr/src/dpdk-stable-24.11.2
$ cd $DPDK_DIR
#. Configure and install DPDK using Meson

1
NEWS
View File

@ -6,6 +6,7 @@ Post-v3.5.0
have been moved to the DBG log level.
- DPDK:
* New debug appctl command 'dpdk/get-memzone-stats'.
* OVS validated with DPDK 24.11.2.
- ovs-ctl:
* Added a new option, --oom-score=<score>, to set the daemons' Linux
Out-Of-Memory (OOM) killer score.