About 50,300 results
Open links in new tab
  1. DPDK – The open source data plane development kit accelerating …

    Why Run DPDK? DPDK’s run-to-completion model and optimized libraries significantly enhance network application performance by pre-allocating essential resources

  2. About – DPDK

    DPDK (Data Plane Development Kit), an open source project hosted by the Linux Foundation, provides a robust framework that boosts packet processing speeds on various CPU architectures like Intel …

  3. 2. Overview — Data Plane Development Kit 25.11.0 documentation

    The main goal of the DPDK is to provide a simple, complete framework for fast packet processing in data plane applications. Users may use the code to understand some of the techniques employed, to …

  4. DPDK

    Latest 25.11.0 Latest Long Term Stable (LTS) 25.11.0 Roadmap

  5. Programmer’s Guide — Data Plane Development Kit 25.11.0 ... - DPDK

    Howto Guides 1. Installing DPDK Using the meson build system 2. Running DPDK Unit Tests with Meson 3. Building Your Own Application

  6. Data Plane Development Kit 25.11.0 documentation - DPDK

    DPDK documentation Getting Started Guide for Linux Getting Started Guide for FreeBSD Getting Started Guide for Windows Sample Applications User Guides Programmer’s Guide HowTo Guides …

  7. 1. Introduction — Data Plane Development Kit 25.11.0 documentation

    For programming examples and for instructions on compiling and running each sample application, see the DPDK Sample Applications User Guide for details. For general information on compiling and …

  8. Getting Started Guide for Linux - DPDK

    Compiling the DPDK Target from Source 3.1. Uncompress DPDK and Browse Sources 3.2. Compiling and Installing DPDK System-wide 4. Cross compiling DPDK for aarch64 and aarch32 4.1. …

  9. Ecosystem – DPDK

    DPDK is comprised of a robust community of member organizations committed to enabling accessible fast packet processing to help move the networking industry forward.

  10. 1. Installing DPDK Using the meson build system — Data Plane ...

    The meson tool is used to configure a DPDK build. On most Linux distributions this can be got using the local package management system, e.g. dnf install meson or apt-get install meson.