2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-03 15:55:19 +00:00

dpdk: Use DPDK 23.11.1 release.

Update the CI and docs to use DPDK 23.11.1.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
This commit is contained in:
Kevin Traynor
2024-05-28 10:25:09 +01:00
parent 7af0716ea6
commit 488ad8beec
4 changed files with 13 additions and 11 deletions

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 23.11
- DPDK 23.11.1
- 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-23.11.tar.xz
$ tar xf dpdk-23.11.tar.xz
$ export DPDK_DIR=/usr/src/dpdk-23.11
$ wget https://fast.dpdk.org/rel/dpdk-23.11.1.tar.xz
$ tar xf dpdk-23.11.1.tar.xz
$ export DPDK_DIR=/usr/src/dpdk-stable-23.11.1
$ cd $DPDK_DIR
#. Configure and install DPDK using Meson