logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rdma-link - rdma link configuration

Author

       Leon Romanovsky <leonro@mellanox.com>

iproute2                                           06 Jul 2017                                      RDMA-LINK(8)

Description

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

   rdmalinkaddNAMEtypeTYPEnetdevNETDEV-addanrdmalinkforthespecifiedtypetothenetworkdeviceNAME - 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

   rdmalinkdeleteNAME-deleteanrdmalinkNAME - 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

Name

       rdma-link - rdma link configuration

See Also

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

Synopsis

rdma [ OPTIONS ] link  { COMMAND | help }

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

       rdmalinkshow [ DEV/PORT_INDEX ]

       rdmalinkaddNAMEtypeTYPEnetdevNETDEVrdmalinkdelete NAME

       rdmalinkhelp

See Also