1. Home
  2. Browse
  3. dpdk

dpdk

v22.07#0Go to latest

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

v22.07#0

Publication

Supports

linux | freebsd

GitHub

DPDK/dpdk3.8K

Homepage

dpdk.org

Documentation

doc.dpdk.org/guides/index.html

Subtree

8e67c58056

License

BSD-3-Clause

Definition

Manifest