|
@@ -1331,6 +1331,8 @@ static void *mlx5_ib_add(struct mlx5_core_dev *mdev)
|
|
|
(1ull << IB_USER_VERBS_CMD_DESTROY_SRQ) |
|
|
(1ull << IB_USER_VERBS_CMD_DESTROY_SRQ) |
|
|
|
(1ull << IB_USER_VERBS_CMD_CREATE_XSRQ) |
|
|
(1ull << IB_USER_VERBS_CMD_CREATE_XSRQ) |
|
|
|
(1ull << IB_USER_VERBS_CMD_OPEN_QP);
|
|
(1ull << IB_USER_VERBS_CMD_OPEN_QP);
|
|
|
|
|
+ dev->ib_dev.uverbs_ex_cmd_mask =
|
|
|
|
|
+ (1ull << IB_USER_VERBS_EX_CMD_QUERY_DEVICE);
|
|
|
|
|
|
|
|
dev->ib_dev.query_device = mlx5_ib_query_device;
|
|
dev->ib_dev.query_device = mlx5_ib_query_device;
|
|
|
dev->ib_dev.query_port = mlx5_ib_query_port;
|
|
dev->ib_dev.query_port = mlx5_ib_query_port;
|