Registry / networking / spdk
library24.01vcpkgunverified

Storage Performance Development Kit for high-performance storage applications.

vcpkg install spdk
INSTALL
IMPORT
SIG · SPDK
S
spdk
networkingcppv24.01
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

spdk/stdinc.h
#include <spdk/stdinc.h>

Initialize SPDK environment.

#include <spdk/stdinc.h> int main() { spdk_env_opts opts; spdk_env_opts_init(&opts); spdk_env_init(&opts); return 0; }
Debug
Known issues
gotchaSPDK requires hugepages and specific kernel modules for full functionality.
fix
Ensure hugepages are configured and required drivers (e.g., uio_pci_generic) are loaded.
affects: *
Upgrade
Version history
24.01latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources

No resource links recorded.

spdk — pip install spdk · libregistry