Skip to content

Commit 7db1ded

Browse files
committed
linux-gen: dpdk: update supported dpdk versions
Remove EOL DPDK v22.11 from supported releases and add support for v25.11. Change recommended DPDK version to v24.11 as it has the best testing coverage in CI. Signed-off-by: Matias Elo <matias.elo@nokia.com>
1 parent bfe5d08 commit 7db1ded

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

DEPENDENCIES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Prerequisites for building the OpenDataPlane (ODP) API
155155

156156
3.5 DPDK packet I/O support (optional)
157157

158-
Use DPDK for ODP packet I/O. Currently supported DPDK versions are v22.11,
159-
v23.11 (recommended), and v24.11.
158+
Use DPDK for ODP packet I/O. Currently supported DPDK versions are v23.11,
159+
v24.11 (recommended), and v25.11.
160160

161161
Note: only packet I/O is accelerated with DPDK. See
162162
https://github.com/OpenDataPlane/odp-dpdk.git
@@ -172,7 +172,7 @@ Prerequisites for building the OpenDataPlane (ODP) API
172172
Minimal instructions for building DPDK library. For more instructions refer
173173
to https://dpdk.org/doc/guides/linux_gsg/build_dpdk.html.
174174

175-
$ git clone https://dpdk.org/git/dpdk-stable --branch <version, e.g. 22.11> --depth 1 ./<dpdk-dir>
175+
$ git clone https://dpdk.org/git/dpdk-stable --branch <version, e.g. 24.11> --depth 1 ./<dpdk-dir>
176176

177177
# Prepare the build directory
178178
$ cd <dpdk-dir>

platform/linux-generic/m4/odp_dpdk.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
##########################################################################
66
# Enable DPDK support
77
##########################################################################
8-
pktio_dpdk_min_version=22.11.0
8+
pktio_dpdk_min_version=23.11.0
99
pktio_dpdk_support=no
1010

1111
AC_ARG_ENABLE([dpdk],

0 commit comments

Comments
 (0)