]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/rdma-link.8
ip-xfrm: Add support for OUTPUT_MARK
[mirror_iproute2.git] / man / man8 / rdma-link.8
1 .TH RDMA\-LINK 8 "06 Jul 2017" "iproute2" "Linux"
2 .SH NAME
3 rdma-link \- rdma link configuration
4 .SH SYNOPSIS
5 .sp
6 .ad l
7 .in +8
8 .ti -8
9 .B devlink
10 .RI "[ " OPTIONS " ]"
11 .B link
12 .RI " { " COMMAND " | "
13 .BR help " }"
14 .sp
15
16 .ti -8
17 .IR OPTIONS " := { "
18 \fB\-V\fR[\fIersion\fR] |
19 \fB\-d\fR[\fIetails\fR] }
20
21 .ti -8
22 .B rdma link show
23 .RI "[ " DEV/PORT_INDEX " ]"
24
25 .ti -8
26 .B rdma link help
27
28 .SH "DESCRIPTION"
29 .SS rdma link show - display rdma link attributes
30
31 .PP
32 .I "DEV/PORT_INDEX"
33 - specifies the RDMA link to show.
34 If this argument is omitted all links are listed.
35
36 .SH "EXAMPLES"
37 .PP
38 rdma link show
39 .RS 4
40 Shows the state of all rdma links on the system.
41 .RE
42 .PP
43 rdma link show mlx5_2/1
44 .RS 4
45 Shows the state of specified rdma link.
46 .RE
47 .PP
48
49 .SH SEE ALSO
50 .BR rdma (8),
51 .BR rdma-dev (8),
52 .br
53
54 .SH AUTHOR
55 Leon Romanovsky <leonro@mellanox.com>