SMCD-LINKGROUP(8) | Linux Programmer's Manual | SMCD-LINKGROUP(8) |
smcd-linkgroup - Print information about SMC-D link groups
smcr-linkgroup - Print information about SMC-R link groups and links
smcd [ OPTIONS ] linkgroup { COMMAND | help }
smcd linkgroup [ show ] [ all | LG-ID ]
smcr [ OPTIONS ] linkgroup { COMMAND | help }
smcr linkgroup { show | link-show } [ all | LG-ID ] [ netdev NETDEV ] [ ibdev IBDEV ]
The smcd linkgroup command displays SMC-D link groups and their properties. The smcr linkgroup command displays SMC-R link groups and links with their properties.
inspect the link group properties
SMC-R only: Inspect the link properties
ID of the link group.
Role of the link group.
Type of the link group.
The VLAN to which the link group belongs.
Number of connections(sockets) running on the link or link group.
PNET ID of the link group. Asterisk "*" means PNET ID is set by the user.
Network device name corresponding to the link.
The state of the link.
Unique identifier of the link. This identifier consists of link group id and link id.
Unique identifier of the link on the peer side. This identifier consists of link group id and link id.
Name of the RoCE device used by the link.
Port of the RoCE device used by the link.
GID of the RoCE port used by the link.
GID of the peer RoCE port used by the link.
1. Show all SMC-D link groups:
# smcd linkgroup show all
2. Show all SMC-D link groups with link group id 50:
# smcd linkgroup show 50
3. Show all SMC-R links:
# smcr linkgroup link-show all
4. Show all SMC-R links with link group ID 40:
# smcr linkgroup link-show 40
5. Show all SMC-R links on RoCE device "mlx4_0":
# smcr linkgroup link-show ibdev mlx4_0
6. Show all SMC-R links on network device "eth0":
# smcr linkgroup link-show netdev eth0
smcd(8), smcr(8)
June 2020 | smc-tools |