Skip to content

Commit ab8d74a

Browse files
committed
DPDK install update
1 parent 7a20d3c commit ab8d74a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docsrc/sources/install.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The following steps are required to build the BNG Blaster with experimental
163163

164164
.. note::
165165

166-
Tested with DPDK version 22.11.5 and Ubuntu 22.04 (LTS)!
166+
Tested with DPDK version 25.11.0 and Ubuntu 22.04 (LTS)!
167167

168168

169169
Download and install DPDK:
@@ -175,9 +175,9 @@ https://doc.dpdk.org/guides/linux_gsg/build_dpdk.html
175175
sudo apt install meson ninja-build
176176
177177
# download DPDK
178-
wget https://fast.dpdk.org/rel/dpdk-22.11.5.tar.xz
179-
tar xJf dpdk-22.11.5.tar.xz
180-
cd dpdk-stable-22.11.5
178+
wget https://fast.dpdk.org/rel/dpdk-25.11.tar.xz
179+
tar xJf dpdk-25.11.tar.xz
180+
cd dpdk-25.11
181181
182182
# build with driver SDK
183183
meson -Denable_driver_sdk=true build
@@ -202,7 +202,7 @@ If DPDK is installed correctly, cmake should show the following output:
202202
-- Build bngblaster with DPDK support
203203
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0")
204204
-- Checking for module 'libdpdk'
205-
-- Found libdpdk, version 22.11.5
205+
-- Found libdpdk, version 25.11.0
206206
-- Found DPDK via pkg-config
207207
208208
The installed version should now show `dpdk` as new IO mode.

0 commit comments

Comments
 (0)