A set of libraries and drivers for fast packet processing
Run the following Vcpkg command to install the port.
vcpkg install dpdk
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
Aug 17, 2024
linux | freebsd
DPDK/dpdk3.3K
dpdk.org
doc.dpdk.org/guides/index.html
d971013604
BSD-3-Clause
Manifest