rdma-core 54.0
Utilities and libraries for working with RDMA devices
This package provides userspace components for the InfiniBand subsystem of the Linux kernel. Specifically it contains userspace libraries for the following device nodes:
/dev/infiniband/uverbsX
(libibverbs
)/dev/infiniband/rdma_cm
(librdmacm
)/dev/infiniband/umadX
(libibumad
)
The following service daemons are also provided:
srp_daemon
(for theib_srp
kernel module)iwpmd
(for iWARP kernel providers)ibacm
(for InfiniBand communication management assistant)
- Outputs:
out
- Website: https://github.com/linux-rdma/rdma-core
- Licenses: CC0 · FreeBSD · GPL 2 · Modified BSD · X11-style
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rdma-core 54.0
as follows:
guix install rdma-core@54.0
Or install the latest version:
guix install rdma-core
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.