ibv_xsrq_pingpong
Examples for the libibverbs library
Install
- All systems
-
curl cmd.cat/ibv_xsrq_pingpong.sh
- Debian
-
apt-get install ibverbs-utils
- Ubuntu
-
apt-get install ibverbs-utils
- Kali Linux
-
apt-get install ibverbs-utils
- CentOS
-
yum install libibverbs-utils
- Fedora
-
dnf install libibverbs-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ibverbs-utils
- Raspbian
-
apt-get install ibverbs-utils
- Dockerfile
- dockerfile.run/ibv_xsrq_pingpong
ibverbs-utils
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.
libibverbs-utils
Examples for the libibverbs library
libibverbs1-dbg
Debugging symbols 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 the debugging symbols associated with libibverbs1. They will automatically be used by gdb for debugging libibverbs-related issues.