Skip to Content

dpdk v22.07

Created
Updated

A set of libraries and drivers for fast packet processing

# 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) 

# License

# Supported Platforms

linux | freebsd

  • linux
  • osx
  • uwp
  • windows

# Features

No default features set.

# docs

Build and install docs

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# kmods

Build and install kernel modules

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# tests

Build and install tests

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# trace

Build with fast path traces enabled

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

and 11 transitive dependencies:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Ernest Zaslavsky's avatar Ernest Zaslavsky
  • Phil Christensen's avatar Phil Christensen
  • Billy O'Neal's avatar Billy O'Neal
  • Jianshen Liu's avatar Jianshen Liu
  • autoantwort's avatar autoantwort
  • Kai Pastor's avatar Kai Pastor
  • Jianshen Liu's avatar Jianshen Liu

# Changelog

  • 910f20f [dpdk] Fix the hash of the downloaded archive (#26657)
  • 8e67c58 [dpdk] Update to v22.07 (#26643)
  • 8563627 [dpdk] no absolute paths (#26437)
  • df75e76 [dpdk] Fix build, dependencies, usage (#26188)
  • 4b61bb4 [dpdk] no absolute paths (#25835)
  • 4826ede [dpdk] Update to version v22.03 (#25374)
  • b295670 Bulk convert control files. (#19986)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • e62d136 [vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601)
  • d92ad53 Add DPDK package (#5388)

# Source