How To Install Rping In Debian, Ubuntu, Kali, CentOS, Fedora And Raspbian?
Install rping
-
Debian
apt-get install rdmacm-utilsClick to copy -
Ubuntu
apt-get install rdmacm-utilsClick to copy -
Kali Linux
apt-get install rdmacm-utilsClick to copy -
CentOS
yum install librdmacm-utilsClick to copy -
Fedora
dnf install librdmacm-utilsClick to copy -
Raspbian
apt-get install rdmacm-utilsClick to copy
rdmacm-utils
Examples for the librdmacm librarylibrdmacm 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 librarylibrdmacm1-dbg
Debugging symbols for the librdmacm librarylibrdmacm 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.




