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:
parent
b42f9fde4a
commit
48ce3a5a52
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -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 }}
|
||||
|
@ -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?
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user