@@ -2399,13 +2399,16 @@ static void osm_dump_notice_to_buf_generic(IN const ib_mad_notice_attr_t * p_ntc
"\t\t\t\tlid......................%u\n"
"\t\t\t\tlocal_changes............%u\n"
"\t\t\t\tnew_cap_mask.............0x%08x\n"
- "\t\t\t\tchange_flags.............0x%x\n",
+ "\t\t\t\tchange_flags.............0x%x\n"
+ "\t\t\t\tcap_mask2................0x%x\n",
cl_ntoh16(p_ntci->data_details.ntc_144.lid),
p_ntci->data_details.ntc_144.local_changes,
cl_ntoh32(p_ntci->data_details.ntc_144.
new_cap_mask),
cl_ntoh16(p_ntci->data_details.ntc_144.
- change_flgs));
+ change_flgs),
+ cl_ntoh16(p_ntci->data_details.ntc_144.
+ cap_mask2));
break;
case 145:
sprintf(buff,
Per MgtWG RefID #4855 Signed-off-by: Hal Rosenstock <hal@mellanox.com> --- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html