1RDMA-LINK(8) Linux RDMA-LINK(8)
2
3
4
6 rdma-link - rdma link configuration
7
9 devlink [ OPTIONS ] link { COMMAND | help }
10
11
12 OPTIONS := { -V[ersion] | -d[etails] }
13
14 rdma link show [ DEV/PORT_INDEX ]
15
16 rdma link add NAME type TYPE netdev NETDEV
17
18 rdma link delete NAME
19
20 rdma link help
21
22
24 rdma link show - display rdma link attributes
25 DEV/PORT_INDEX - specifies the RDMA link to show. If this argument is
26 omitted all links are listed.
27
28
29 rdma link add NAME type TYPE netdev NETDEV - add an rdma link for the spec‐
30 ified type to the network device
31 NAME - specifies the new name of the rdma link to add
32
33 TYPE - specifies which rdma type to use. Link types:
34
35 rxe - Soft RoCE driver
36
37 siw - Soft iWARP driver
38
39 NETDEV - specifies the network device to which the link is bound
40
41
42 rdma link delete NAME - delete an rdma link
43 NAME - specifies the name of the rdma link to delete
44
46 rdma link show
47 Shows the state of all rdma links on the system.
48
49 rdma link show mlx5_2/1
50 Shows the state of specified rdma link.
51
52 rdma link add rxe_eth0 type rxe netdev eth0
53 Adds a RXE link named rxe_eth0 to network device eth0
54
55 rdma link del rxe_eth0
56 Removes RXE link rxe_eth0
57
59 rdma(8), rdma-dev(8), rdma-resource(8), rdma-statistic(8),
60
61
63 Leon Romanovsky <leonro@mellanox.com>
64
65
66
67iproute2 06 Jul 2017 RDMA-LINK(8)