System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

rdma-link - rdma link configuration

Synopsis

devlink "[ " OPTIONS " ]" link " { " COMMAND " | " help " }" OPTIONS " := { " -V[ersion] | -d[etails] } rdma link show "[ " DEV/PORT_INDEX " ]" rdma link add NAMEtypeTYPEnetdevNETDEV rdma link delete NAME rdma link help

Description

Rdma Link Show - Display Rdma Link Attributes

"DEV/PORT_INDEX" - specifies the RDMA link to show. If this argument is omitted all links are listed.

Rdma Link Add Name Type Type Netdev Netdev - Add An Rdma Link For The Specified Type To The Network Device

NAME- specifies the new name of the rdma link to add TYPE- specifies which rdma type to use. Link types: rxe - Soft RoCE driver siw - Soft iWARP driver NETDEV- specifies the network device to which the link is bound

Rdma Link Delete Name - Delete An Rdma Link

NAME- specifies the name of the rdma link to delete

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

  1. rdma(8),
  2. rdma-dev(8),
  3. rdma-resource(8),
  4. rdma-statistic(8),

Author

Leon Romanovsky <[email protected]>