Rate This Document
Findability
Accuracy
Completeness
Readability

Installing DPDK 21.11.5

  1. Obtain dpdk-21.11.5.tar.xz.
  2. Upload the source package to the /home directory on the server.
  3. Decompress the source package.
    tar -xvf dpdk-21.11.5.tar.xz
    cd dpdk-stable-21.11.5/
  4. Compile and install DPDK.
    meson setup build
    cd build
    ninja
    ninja install
    ldconfig