| .TH RDMA\-DEV 8 "06 Jul 2017" "iproute2" "Linux" |
| rdma-dev \- RDMA device configuration |
| \fB\-V\fR[\fIersion\fR] | |
| \fB\-d\fR[\fIetails\fR] } |
| .SS rdma dev set - rename RDMA device or set network namespace or set RDMA device adaptive-moderation |
| .SS rdma dev show - display RDMA device attributes |
| - specifies the RDMA device to show. |
| If this argument is omitted all devices are listed. |
| Shows the state of all RDMA devices on the system. |
| Shows the state of specified RDMA device. |
| rdma dev set mlx5_3 name rdma_0 |
| Renames the mlx5_3 device to rdma_0. |
| rdma dev set mlx5_3 netns foo |
| Changes the network namespace of RDMA device to foo where foo is |
| previously created using iproute2 ip command. |
| rdma dev set mlx5_3 adaptive-moderation [on/off] |
| Sets the state of adaptive interrupt moderation for the RDMA device. |
| This is a global setting for the RDMA device but the value is printed for each CQ individually because the state is constant from CQ allocation. |
| Leon Romanovsky <leonro@mellanox.com> |