Intel® Ethernet Controller E810 Data Plane Development Kit (DPDK) 22.11/23.03

Configuration Guide

ID 764257
Date 06/16/2023
Version 22.11
Document Table of Contents

Installing DPDK Using the Meson Build System (Recommended)

  1. Untar DPDK, if downloaded version is the dpdk-22.11.tar.xz tarball. tar xJf dpdk-22.11.tar.xz cd dpdk-22.11
  2. Run the following set of commands from the top-level DPDK directory: meson build cd build
  3. 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