Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spdk: init at 18.04-pre #39138

Closed
wants to merge 1 commit into from
Closed

spdk: init at 18.04-pre #39138

wants to merge 1 commit into from

Conversation

avalent
Copy link

@avalent avalent commented Apr 19, 2018

The Storage Performance Development Kit (SPDK) provides a set of tools
and libraries for writing high performance, scalable, user-mode storage
applications.

Motivation for this change

To support the development of user-space storage drivers.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

The Storage Performance Development Kit (SPDK) provides a set of tools
and libraries for writing high performance, scalable, user-mode storage
applications.

buildInputs = [
cunit
gcc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be needed. It's implied when you use stdenv.

owner = "spdk";
rev = "a3f8876777762f9b99544b78ee0b24ff66266c5c";
sha256 = "1hb22h8c8b3q91ypfj084ic8gw1fibhfckivfgl334hbbxvay0j0";
fetchSubmodules = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice if could avoid this. I'm not sure how the build system works but we do have "dpdk" packaged already - maybe you can get spdk to use it?


stdenv.mkDerivation rec {
name = "spdk-${version}";
version = "v18.04-pre";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason for this? If possible I think we'd prefer v18.01 (and use the corresponding tag).

@orivej orivej closed this in 66002a0 May 21, 2018
@orivej
Copy link
Contributor

orivej commented May 21, 2018

I have added SPDK 18.04 in 66002a0. @avalent, do you want to be listed as a maintainer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants