User Manual

Features Overview and ConfigurationRev 2.3-1.0.1
Mellanox Technologies
56
Step 2. Display the existing MLNX_OFED version.
# ibv_devinfo
hca_id: mlx4_0
transport: InfiniBand (0)
fw_ver: 2.31.5050
node_guid: 0002:c903:0008:e810
sys_image_guid: 0002:c903:0008:e813
vendor_id: 0x02c9
vendor_part_id: 4099
hw_ver: 0xB0
board_id: MT_1060110019
phys_port_cnt: 2
port: 1
state: PORT_INIT (2)
max_mtu: 2048 (4)
active_mtu: 2048 (4)
sm_lid: 0
port_lid: 0
port_lmc: 0x00
link_layer: IB
port: 2
state: PORT_ACTIVE (4)
max_mtu: 2048 (4)
active_mtu: 1024 (3)
sm_lid: 0
port_lid: 0
port_lmc: 0x00
link_layer: Ethernet
#
Notes about the output above:
The ports’ states are:
Port 1 - InfiniBand, is in PORT_INIT
state
Port 2 - Ethernet is in PORT_ACTIVE
state
The port state can also be obtained by running the
following commands:
# cat /sys/class/infiniband/mlx4_0/ports/
1/state 2: INIT
# cat /sys/class/infiniband/mlx4_0/ports/
2/state 4: ACTIVE
#
The link_layer parameter shows that:
Port 1 is InfiniBand
Port 2 is Ethernet
Nevertheless, Port 2 appears in the list of
the HCA's ports.
The link_layer of the two ports can also be obtained
by running the following commands:
# cat /sys/class/infiniband/mlx4_0/ports/
1/link_layer InfiniBand
# cat /sys/class/infiniband/mlx4_0/ports/
2/link_layer Ethernet
#