]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
rdma: update man pages
authorSteve Wise <swise@opengridcomputing.com>
Tue, 15 May 2018 20:41:15 +0000 (13:41 -0700)
committerDavid Ahern <dsahern@gmail.com>
Fri, 18 May 2018 16:20:01 +0000 (09:20 -0700)
Update the man pages for the resource attributes as well
as the driver-specific attributes.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
man/man8/rdma-resource.8
man/man8/rdma.8

index ff5d25d7d8508351c8e454a4fab6f8b2e3ec4606..40b073dbfcf247d25b0e7f18cc7415d5a0ec320e 100644 (file)
@@ -7,12 +7,15 @@ rdma-resource \- rdma resource configuration
 .in +8
 .ti -8
 .B rdma
-.RI "[ " OPTIONS " ]"
-.B resource
-.RI  " { " COMMAND " | "
+.RI "[ " OPTIONS " ] " RESOURCE " { " COMMAND " | "
 .BR help " }"
 .sp
 
+.ti -8
+.IR RESOURCE " := { "
+.BR cm_id " | " cq " | " mr " | " pd " | " qp " }"
+.sp
+
 .ti -8
 .IR OPTIONS " := { "
 \fB\-j\fR[\fIson\fR] |
@@ -70,11 +73,31 @@ rdma res show qp link mlx5_4/- -d
 Detailed view.
 .RE
 .PP
+rdma res show qp link mlx5_4/- -dd
+.RS 4
+Detailed view including driver-specific details.
+.RE
+.PP
 rdma res show qp link mlx5_4/1 lqpn 0-6
 .RS 4
 Limit to specific Local QPNs.
 .RE
 .PP
+rdma resource show cm_id dst-port 7174
+.RS 4
+Show CM_IDs with destination ip port of 7174.
+.RE
+.PP
+rdma resource show cm_id src-addr 172.16.0.100
+.RS 4
+Show CM_IDs bound to local ip address 172.16.0.100
+.RE
+.PP
+rdma resource show cq pid 30489
+.RS 4
+Show CQs belonging to pid 30489
+.RE
+.PP
 
 .SH SEE ALSO
 .BR rdma (8),
index 6f88f37778396cd059f2b008ca2ded5f7d1ec0ec..12aa149bbaf3e48abd666527c5f518c5b593ead2 100644 (file)
@@ -49,7 +49,7 @@ If there were any errors during execution of the commands, the application retur
 
 .TP
 .BR "\-d" , " --details"
-Output detailed information.
+Output detailed information.  Adding a second \-d includes driver-specific details.
 
 .TP
 .BR "\-p" , " --pretty"