hidden text to trigger earlyload of fonts ПродукцияПродукцияПродукцияПродукция Các sản phẩmCác sản phẩmCác sản phẩmCác sản phẩm المنتجاتالمنتجاتالمنتجاتالمنتجات מוצריםמוצריםמוצריםמוצרים
The browser version you are using is not recommended for this site. Please consider upgrading to the latest version of your browser by clicking one of the following links.
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 ldconfigNote:The meson configure option could be used to enable Debug mode: meson configure -Dbuildtype=debug