Blame man/man8/rdma-resource.8

Packit Service 3880ab
.TH RDMA\-RESOURCE 8 "26 Dec 2017" "iproute2" "Linux"
Packit Service 3880ab
.SH NAME
Packit Service 3880ab
rdma-resource \- rdma resource configuration
Packit Service 3880ab
.SH SYNOPSIS
Packit Service 3880ab
.sp
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B rdma
Packit Service 3880ab
.RI "[ " OPTIONS " ] " RESOURCE " { " COMMAND " | "
Packit Service 3880ab
.BR help " }"
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.IR RESOURCE " := { "
Packit Service 3880ab
.BR cm_id " | " cq " | " mr " | " pd " | " qp " }"
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.IR OPTIONS " := { "
Packit Service 3880ab
\fB\-j\fR[\fIson\fR] |
Packit Service 3880ab
\fB\-d\fR[\fIetails\fR] }
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B rdma resource show
Packit Service 3880ab
.RI "[ " DEV/PORT_INDEX " ]"
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B rdma resource help
Packit Service 3880ab
Packit Service 3880ab
.SH "DESCRIPTION"
Packit Service 3880ab
.SS rdma resource show - display rdma resource tracking information
Packit Service 3880ab
Packit Service 3880ab
.PP
Packit Service 3880ab
.I "DEV/PORT_INDEX"
Packit Service 3880ab
- specifies the RDMA link to show.
Packit Service 3880ab
If this argument is omitted all links are listed.
Packit Service 3880ab
Packit Service 3880ab
.SH "EXAMPLES"
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma resource show
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Shows summary for all devices on the system.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma resource show mlx5_2
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Shows the state of specified rdma device.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma res show qp link mlx5_4
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Get all QPs for the specific device.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma res show qp link mlx5_4/1
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Get QPs of specific port.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma res show qp link mlx5_4/0
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Provide illegal port number (0 is illegal).
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma res show qp link mlx5_4/-
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Get QPs which have not assigned port yet.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma res show qp link mlx5_4/- -d
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Detailed view.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma res show qp link mlx5_4/- -dd
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Detailed view including driver-specific details.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma res show qp link mlx5_4/1 lqpn 0-6
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Limit to specific Local QPNs.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma res show qp link mlx5_4/1 lqpn 6 -r
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Driver specific details in raw format.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma resource show cm_id dst-port 7174
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Show CM_IDs with destination ip port of 7174.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma resource show cm_id src-addr 172.16.0.100
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Show CM_IDs bound to local ip address 172.16.0.100
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma resource show cq pid 30489
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Show CQs belonging to pid 30489
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
.BR rdma (8),
Packit Service 3880ab
.BR rdma-dev (8),
Packit Service 3880ab
.BR rdma-link (8),
Packit Service 3880ab
.BR rdma-statistic (8),
Packit Service 3880ab
.br
Packit Service 3880ab
Packit Service 3880ab
.SH AUTHOR
Packit Service 3880ab
Leon Romanovsky <leonro@mellanox.com>