Intel® Ethernet Controller E810 Data Plane Development Kit (DPDK) 22.11/23.03
Configuration Guide
Installing DPDK Using the Meson Build System (Recommended)
- Untar DPDK, if downloaded version is the dpdk-
22.11 .tar.xz tarball.tar xJf dpdk- 22.11 .tar.xz cd dpdk-22.11 - Run the following set of commands from the top-level DPDK directory:
meson build cd build - Run the following set of commands from the build directory:
ninja sudo ninja install ldconfig Note:The meson configure option could be used to enable Debug mode: meson configure -Dbuildtype=debug