|
|
@@ -1117,7 +1117,8 @@ static struct ib_ucontext *mlx5_ib_alloc_ucontext(struct ib_device *ibdev,
|
|
|
resp.response_length += sizeof(resp.cqe_version);
|
|
|
|
|
|
if (field_avail(typeof(resp), cmds_supp_uhw, udata->outlen)) {
|
|
|
- resp.cmds_supp_uhw |= MLX5_USER_CMDS_SUPP_UHW_QUERY_DEVICE;
|
|
|
+ resp.cmds_supp_uhw |= MLX5_USER_CMDS_SUPP_UHW_QUERY_DEVICE |
|
|
|
+ MLX5_USER_CMDS_SUPP_UHW_CREATE_AH;
|
|
|
resp.response_length += sizeof(resp.cmds_supp_uhw);
|
|
|
}
|
|
|
|