A set of libraries and drivers for fast packet processing
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)
Build and install docs
Build and install kernel modules
Build and install tests
Build with fast path traces enabled
v24.07#0
linux | freebsd
BSD-3-Clause
Manifest