|
@@ -347,7 +347,7 @@ static int eth_link_query_port(struct ib_device *ibdev, u8 port,
|
|
|
props->active_width = (((u8 *)mailbox->buf)[5] == 0x40) ?
|
|
|
IB_WIDTH_4X : IB_WIDTH_1X;
|
|
|
props->active_speed = IB_SPEED_QDR;
|
|
|
- props->port_cap_flags = IB_PORT_CM_SUP;
|
|
|
+ props->port_cap_flags = IB_PORT_CM_SUP | IB_PORT_IP_BASED_GIDS;
|
|
|
props->gid_tbl_len = mdev->dev->caps.gid_table_len[port];
|
|
|
props->max_msg_sz = mdev->dev->caps.max_msg_sz;
|
|
|
props->pkey_tbl_len = 1;
|