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
v22.07#1
Sep 2, 2022
linux | freebsd
DPDK/dpdk2.8K
dpdk.org
doc.dpdk.org/guides/index.html
910f20fefe
BSD-3-Clause
Manifest