This package browser is in early development. Mind the rough edges.

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:

  1. /dev/infiniband/uverbsX (libibverbs)

  2. /dev/infiniband/rdma_cm (librdmacm)

  3. /dev/infiniband/umadX (libibumad)

The following service daemons are also provided:

  1. srp_daemon (for the ib_srp kernel module)

  2. iwpmd (for iWARP kernel providers)

  3. ibacm (for InfiniBand communication management assistant)

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/rdma-core/badges/latest-version.svg)](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]]