Blame man/man8/rdma-link.8

Packit Service 3880ab
.TH RDMA\-LINK 8 "06 Jul 2017" "iproute2" "Linux"
Packit Service 3880ab
.SH NAME
Packit Service 3880ab
rdma-link \- rdma link 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 devlink
Packit Service 3880ab
.RI "[ " OPTIONS " ]"
Packit Service 3880ab
.B link
Packit Service 3880ab
.RI  " { " COMMAND " | "
Packit Service 3880ab
.BR help " }"
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.IR OPTIONS " := { "
Packit Service 3880ab
\fB\-V\fR[\fIersion\fR] |
Packit Service 3880ab
\fB\-d\fR[\fIetails\fR] }
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B rdma link show
Packit Service 3880ab
.RI "[ " DEV/PORT_INDEX " ]"
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B rdma link add
Packit Service 3880ab
.BR NAME
Packit Service 3880ab
.BR type
Packit Service 3880ab
.BR TYPE
Packit Service 3880ab
.BR netdev
Packit Service 3880ab
.BR NETDEV
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B rdma link delete
Packit Service 3880ab
.RI NAME
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B rdma link help
Packit Service 3880ab
Packit Service 3880ab
.SH "DESCRIPTION"
Packit Service 3880ab
.SS rdma link show - display rdma link attributes
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
.SS rdma link add NAME type TYPE netdev NETDEV - add an rdma link for the specified type to the network device
Packit Service 3880ab
.sp
Packit Service 3880ab
.BR NAME
Packit Service 3880ab
- specifies the new name of the rdma link to add
Packit Service 3880ab
Packit Service 3880ab
.BR TYPE
Packit Service 3880ab
- specifies which rdma type to use.  Link types:
Packit Service 3880ab
.sp
Packit Service 3880ab
.in +8
Packit Service 3880ab
.B rxe
Packit Service 3880ab
- Soft RoCE driver
Packit Service 3880ab
.sp
Packit Service 3880ab
.B siw
Packit Service 3880ab
- Soft iWARP driver
Packit Service 3880ab
.in -8
Packit Service 3880ab
Packit Service 3880ab
.BR NETDEV
Packit Service 3880ab
- specifies the network device to which the link is bound
Packit Service 3880ab
Packit Service 3880ab
.SS rdma link delete NAME - delete an rdma link
Packit Service 3880ab
.PP
Packit Service 3880ab
.BR NAME
Packit Service 3880ab
- specifies the name of the rdma link to delete
Packit Service 3880ab
.PP
Packit Service 3880ab
Packit Service 3880ab
.SH "EXAMPLES"
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma link show
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Shows the state of all rdma links on the system.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma link show mlx5_2/1
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Shows the state of specified rdma link.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma link add rxe_eth0 type rxe netdev eth0
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Adds a RXE link named rxe_eth0 to network device eth0
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
rdma link del rxe_eth0
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Removes RXE link rxe_eth0
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-resource (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>