Package Details: spdk-git r0.0-9

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: BSD
Conflicts: dpdk, spdk
Provides: spdk
Submitter: wuxb
Maintainer: None
Last Packager: wuxb
Votes: 1
Popularity: 0.000000
First Submitted: 2019-09-17 07:33 (UTC)
Last Updated: 2021-02-21 21:01 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

wuxb commented on 2020-03-17 07:22 (UTC)

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 (UTC)

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