rdma-ndd
RDMA core userspace infrastructure and documentation
Install
- All systems
-
curl cmd.cat/rdma-ndd.sh
- Debian
-
apt-get install rdma-core
- Ubuntu
-
apt-get install rdma-core
- Kali Linux
-
apt-get install rdma-core
- CentOS
-
yum install rdma-core
- Fedora
-
dnf install rdma-core
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rdma-core
- Raspbian
-
apt-get install infiniband-diags
- Dockerfile
- dockerfile.run/rdma-ndd
rdma-core
RDMA core userspace infrastructure and documentation
This package provides the basic boot time support for systems that use the Linux kernel's remote direct memory access (RDMA) subystem which includes InfiniBand, iWARP, and RDMA over Converged Ethernet (RoCE). Several kernel RDMA support daemons are included: - The rdma-ndd daemon which watches for RDMA device changes and/or hostname changes and updates the Node Description of the RDMA devices based on those changes. - The iWARP Port Mapper Daemon (iwpmd) which provides a kernel support service in userspace for iWARP drivers to claim TCP ports through the standard socket interface.
infiniband-diags
InfiniBand diagnostic programs
InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. This package provides diagnostic programs and scripts needed to diagnose an InfiniBand subnet.