How to compile DPDK-22.11.1

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dperf

    dperf is a 100Gbps network load tester.

  • DPDK is compiled with meson and ninja starting from version 20. However, installing the compilation environment is not an easy task for newcomers, which affects dperf users to use the latest DPDK version to build dperf. This article explains how to compile DPDK-22.11.1, this method can also be used to compile DPDK-20.11, DPDK-21.11.

  • re2c

    Lexer generator for C, C++, Go and Rust.

  • wget https://github.com/skvadrik/re2c/releases/download/1.0.3/re2c-1.0.3.tar.gz tar -zxvf re2c-1.0.3.tar.gz cd re2c-1.0.3/ ./configure make make install

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ninja

    a small build system with a focus on speed

  • wget https://github.com/ninja-build/ninja/archive/refs/tags/v1.11.0.tar.gz tar -zxvf v1.11.0.tar.gz cd ninja-1.11.0/ ./configure.py --bootstrap cp ninja /usr/bin/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts