How to Install ibverbs-utils in Ubuntu 18.04



Install ibverbs-utils by entering the following commands in the terminal:

sudo apt update
sudo apt install ibverbs-utils

Description:

Examples for the libibverbs library

libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package contains useful libibverbs1 example programs such as ibv_devinfo, which displays information about InfiniBand devices.

Homepage: https://github.com/linux-rdma/rdma-core

Version: 17.1-1

Section: universe/net