1. Home
  2. Browse
  3. dpdk

dpdk

v24.07#0Latest

A set of libraries and drivers for fast packet processing

Install

Run the following Vcpkg command to install the port.

vcpkg install dpdk

Usage

The package dpdk can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(DPDK REQUIRED IMPORTED_TARGET libdpdk)

target_link_libraries(main PRIVATE PkgConfig::DPDK)

Features

Dependencies

See source

Version

v24.07#0

Publication

Supports

linux | freebsd

GitHub

DPDK/dpdk

Homepage

dpdk.org

Documentation

doc.dpdk.org/guides/index.html

Subtree

d971013604

License

BSD-3-Clause

Definition

Manifest