|
@@ -2750,6 +2750,9 @@ static void *mlx4_ib_add(struct mlx4_dev *dev)
|
|
|
ibdev->ib_dev.get_dev_fw_str = get_fw_ver_str;
|
|
|
ibdev->ib_dev.disassociate_ucontext = mlx4_ib_disassociate_ucontext;
|
|
|
|
|
|
+ ibdev->ib_dev.uverbs_ex_cmd_mask |=
|
|
|
+ (1ull << IB_USER_VERBS_EX_CMD_MODIFY_CQ);
|
|
|
+
|
|
|
if ((dev->caps.flags2 & MLX4_DEV_CAP_FLAG2_RSS) &&
|
|
|
((mlx4_ib_port_link_layer(&ibdev->ib_dev, 1) ==
|
|
|
IB_LINK_LAYER_ETHERNET) ||
|