rdma-core
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)
- Versions: 54.0
- 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 the latest version of rdma-core
as follows:
guix install rdma-core
Or install a particular version:
guix install rdma-core@54.0
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.
Badge code
You can use the following badge to inform users of rdma-core about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/rdma-core'><img src='https://packages.guix.gnu.org/packages/rdma-core/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/rdma-core)
Example Org:
[[https://packages.guix.gnu.org/packages/rdma-core][https://packages.guix.gnu.org/packages/rdma-core/badges/latest-version.svg]]