rdma_xclient
Examples for the librdmacm library
Install
- All systems
-
curl cmd.cat/rdma_xclient.sh
- Debian
-
apt-get install rdmacm-utils
- Ubuntu
-
apt-get install rdmacm-utils
- Kali Linux
-
apt-get install rdmacm-utils
- CentOS
-
yum install librdmacm-utils
- Fedora
-
dnf install librdmacm-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rdmacm-utils
- Raspbian
-
apt-get install rdmacm-utils
- Dockerfile
- dockerfile.run/rdma_xclient
rdmacm-utils
Examples for the librdmacm library
librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. This package contains useful librdmacm1 example programs such as rping and udaddy.
librdmacm-utils
Examples for the librdmacm library
librdmacm1-dbg
Debugging symbols for the librdmacm library
librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. This package contains the debugging symbols associated with librdmacm1. They will automatically be used by gdb for debugging librdmacm-related issues.