Signed-off-by: Hal Rosenstock <[email protected]> --- diff --git a/infiniband-diags/src/ibsendtrap.c b/infiniband-diags/src/ibsendtrap.c index 51f2327..d0afca0 100644 --- a/infiniband-diags/src/ibsendtrap.c +++ b/infiniband-diags/src/ibsendtrap.c @@ -67,7 +67,7 @@ static void build_trap144(ib_mad_notice_attr_t * n, uint16_t lid) static void build_trap129(ib_mad_notice_attr_t * n, uint16_t lid) { - n->generic_type = 0x80 | IB_NOTICE_TYPE_INFO; + n->generic_type = 0x80 | IB_NOTICE_TYPE_URGENT; n->g_or_v.generic.prod_type_lsb = cl_hton16(IB_NODE_TYPE_CA); n->g_or_v.generic.trap_num = cl_hton16(129); n->issuer_lid = cl_hton16(lid); _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
