|
@@ -402,7 +402,7 @@ static void copy_query_dev_fields(struct ib_uverbs_file *file,
|
|
|
resp->hw_ver = attr->hw_ver;
|
|
|
resp->max_qp = attr->max_qp;
|
|
|
resp->max_qp_wr = attr->max_qp_wr;
|
|
|
- resp->device_cap_flags = attr->device_cap_flags;
|
|
|
+ resp->device_cap_flags = lower_32_bits(attr->device_cap_flags);
|
|
|
resp->max_sge = attr->max_sge;
|
|
|
resp->max_sge_rd = attr->max_sge_rd;
|
|
|
resp->max_cq = attr->max_cq;
|