All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][TRIVIAL] infiniband-diags/saquery.c: Display NodeRecord LID in decimal
@ 2013-01-11 19:33 Hal Rosenstock
       [not found] ` <50F06917.3080706-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Hal Rosenstock @ 2013-01-11 19:33 UTC (permalink / raw)
  To: Ira Weiny; +Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)


rather than hex

Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
diff --git a/src/saquery.c b/src/saquery.c
index bdf5e9a..2c5b465 100644
--- a/src/saquery.c
+++ b/src/saquery.c
@@ -146,7 +146,7 @@ static void dump_node_record(void *data)
 	ib_node_info_t *ni = &nr->node_info;
 
 	printf("NodeRecord dump:\n"
-	       "\t\tlid.....................0x%X\n"
+	       "\t\tlid.....................%u\n"
 	       "\t\treserved................0x%X\n"
 	       "\t\tbase_version............0x%X\n"
 	       "\t\tclass_version...........0x%X\n"
--
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][TRIVIAL] infiniband-diags/saquery.c: Display NodeRecord LID in decimal
       [not found] ` <50F06917.3080706-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2013-02-13 22:26   ` Ira Weiny
  0 siblings, 0 replies; 2+ messages in thread
From: Ira Weiny @ 2013-02-13 22:26 UTC (permalink / raw)
  To: Hal Rosenstock
  Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)

On Fri, 11 Jan 2013 14:33:43 -0500
Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org> wrote:

> 
> rather than hex
> 
> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

Thanks, applied,
Ira

> ---
> diff --git a/src/saquery.c b/src/saquery.c
> index bdf5e9a..2c5b465 100644
> --- a/src/saquery.c
> +++ b/src/saquery.c
> @@ -146,7 +146,7 @@ static void dump_node_record(void *data)
>  	ib_node_info_t *ni = &nr->node_info;
>  
>  	printf("NodeRecord dump:\n"
> -	       "\t\tlid.....................0x%X\n"
> +	       "\t\tlid.....................%u\n"
>  	       "\t\treserved................0x%X\n"
>  	       "\t\tbase_version............0x%X\n"
>  	       "\t\tclass_version...........0x%X\n"
> --
> 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


-- 
Ira Weiny
Member of Technical Staff
Lawrence Livermore National Lab
925-423-8008
weiny2-i2BcT+NCU+M@public.gmane.org
--
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:[~2013-02-13 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-11 19:33 [PATCH][TRIVIAL] infiniband-diags/saquery.c: Display NodeRecord LID in decimal Hal Rosenstock
     [not found] ` <50F06917.3080706-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2013-02-13 22:26   ` Ira Weiny

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.