rdma: man page update for link add/delete
Update the 'rdma link' man page with 'link add/delete' info. Signed-off-by: Steve Wise <larrystevenwise@gmail.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David Ahern <dsahern@gmail.com>
This commit is contained in:
parent
4336c5821a
commit
1d45bf724e
|
|
@ -22,6 +22,18 @@ rdma-link \- rdma link configuration
|
||||||
.B rdma link show
|
.B rdma link show
|
||||||
.RI "[ " DEV/PORT_INDEX " ]"
|
.RI "[ " DEV/PORT_INDEX " ]"
|
||||||
|
|
||||||
|
.ti -8
|
||||||
|
.B rdma link add
|
||||||
|
.BR NAME
|
||||||
|
.BR type
|
||||||
|
.BR TYPE
|
||||||
|
.BR netdev
|
||||||
|
.BR NETDEV
|
||||||
|
|
||||||
|
.ti -8
|
||||||
|
.B rdma link delete
|
||||||
|
.RI NAME
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.B rdma link help
|
.B rdma link help
|
||||||
|
|
||||||
|
|
@ -33,6 +45,31 @@ rdma-link \- rdma link configuration
|
||||||
- specifies the RDMA link to show.
|
- specifies the RDMA link to show.
|
||||||
If this argument is omitted all links are listed.
|
If this argument is omitted all links are listed.
|
||||||
|
|
||||||
|
.SS rdma link add NAME type TYPE netdev NETDEV - add an rdma link for the specified type to the network device
|
||||||
|
.sp
|
||||||
|
.BR NAME
|
||||||
|
- specifies the new name of the rdma link to add
|
||||||
|
|
||||||
|
.BR TYPE
|
||||||
|
- specifies which rdma type to use. Link types:
|
||||||
|
.sp
|
||||||
|
.in +8
|
||||||
|
.B rxe
|
||||||
|
- Soft RoCE driver
|
||||||
|
.sp
|
||||||
|
.B siw
|
||||||
|
- Soft iWARP driver
|
||||||
|
.in -8
|
||||||
|
|
||||||
|
.BR NETDEV
|
||||||
|
- specifies the network device to which the link is bound
|
||||||
|
|
||||||
|
.SS rdma link delete NAME - delete an rdma link
|
||||||
|
.PP
|
||||||
|
.BR NAME
|
||||||
|
- specifies the name of the rdma link to delete
|
||||||
|
.PP
|
||||||
|
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.PP
|
.PP
|
||||||
rdma link show
|
rdma link show
|
||||||
|
|
@ -45,6 +82,16 @@ rdma link show mlx5_2/1
|
||||||
Shows the state of specified rdma link.
|
Shows the state of specified rdma link.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
rdma link add rxe_eth0 type rxe netdev eth0
|
||||||
|
.RS 4
|
||||||
|
Adds a RXE link named rxe_eth0 to network device eth0
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
rdma link del rxe_eth0
|
||||||
|
.RS 4
|
||||||
|
Removes RXE link rxe_eth0
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR rdma (8),
|
.BR rdma (8),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue