Search Criteria
Package Details: spdk-git r0.0-6
Git Clone URL: | https://aur.archlinux.org/spdk-git.git (read-only, click to copy) |
---|---|
Package Base: | spdk-git |
Description: | spdk-git: headers, libs, and scripts |
Upstream URL: | https://spdk.io/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | wuxb |
Maintainer: | wuxb |
Last Packager: | wuxb |
Votes: | 1 |
Popularity: | 0.48 |
First Submitted: | 2019-09-17 07:33 |
Last Updated: | 2020-05-16 05:57 |
Latest Comments
wuxb commented on 2020-03-17 07:22
Note: the scripts/setup.sh is converted and moved to /usr/bin/spdk-setup for easy access.
wuxb commented on 2019-09-18 04:09
This package provides essential headers and shared libraries to build spdk programs (the submodule dpdk is included).
To compile examples/nvme/hello_world/hello_world.c: gcc -o hello_world hello_world.c -ldpdk -lspdk -lspdk_env_dpdk
To compile examples/nvme/perf/perf.c: gcc -D_GNU_SOURCE -pthread -o perf perf.c -ldpdk -lspdk -lspdk_env_dpdk