All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] opensm/osm_helper.c: Add CapabilityMask2 to notice dump for trap 144
@ 2012-07-25 10:40 Hal Rosenstock
       [not found] ` <500FCD3B.7000705-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Hal Rosenstock @ 2012-07-25 10:40 UTC (permalink / raw)
  To: Alex Netes
  Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)


Per MgtWG RefID #4855

Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
diff --git a/opensm/osm_helper.c b/opensm/osm_helper.c
index 47d4ddb..afee3e1 100644
--- a/opensm/osm_helper.c
+++ b/opensm/osm_helper.c
@@ -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,
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] opensm/osm_helper.c: Add CapabilityMask2 to notice dump for trap 144
       [not found] ` <500FCD3B.7000705-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2012-07-30  7:06   ` Alex Netes
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Netes @ 2012-07-30  7:06 UTC (permalink / raw)
  To: Hal Rosenstock
  Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)

Hi Hal,

On 06:40 Wed 25 Jul     , Hal Rosenstock wrote:
> 
> Per MgtWG RefID #4855
> 
> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
> ---

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-30  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-25 10:40 [PATCH 2/2] opensm/osm_helper.c: Add CapabilityMask2 to notice dump for trap 144 Hal Rosenstock
     [not found] ` <500FCD3B.7000705-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2012-07-30  7:06   ` Alex Netes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.