rdma-link - Man Page

rdma link configuration

Synopsis

devlink [ OPTIONS ] link { COMMAND | help }

OPTIONS := { -V[ersion] | -d[etails] }

rdma link show [ DEV/PORT_INDEX ]

rdma link add NAME type TYPE netdev NETDEV

rdma link delete NAME

rdma link help

Description

Examples

rdma link show

Shows the state of all rdma links on the system.

rdma link show mlx5_2/1

Shows the state of specified rdma link.

rdma link add rxe_eth0 type rxe netdev eth0

Adds a RXE link named rxe_eth0 to network device eth0

rdma link del rxe_eth0

Removes RXE link rxe_eth0

See Also

rdma(8), rdma-dev(8), rdma-resource(8), rdma-statistic(8),

Author

Leon Romanovsky <leonro@mellanox.com>

Referenced By

rdma(8), rdma-dev(8), rdma-resource(8), rdma-statistic(8), rdma-system(8).

06 Jul 2017 iproute2 Linux