How to compile DPDK-22.11.1

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • Benchmark Google Cloud Compute Engine's Network PPS by dperf

    1 project | dev.to | 25 Jul 2022
  • dperf: a DPDK based 100Gbps network load tester

    1 project | /r/opensource | 9 Mar 2022
  • dperf is a DPDK ecosystem project

    1 project | dev.to | 20 Jan 2022
  • DPVS uses dperf for performance testing

    2 projects | dev.to | 27 Jan 2023
  • Introduction to TypeScript with React

    4 projects | dev.to | 25 Nov 2023