* [PATCH][TRIVIAL] infiniband-diags/vendstat.c: Commentary change
@ 2012-07-12 10:35 Hal Rosenstock
[not found] ` <4FFEA861.2060500-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Hal Rosenstock @ 2012-07-12 10:35 UTC (permalink / raw)
To: Ira Weiny; +Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
Add device names to go along with device IDs
Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
diff --git a/src/vendstat.c b/src/vendstat.c
index 1c493fa..8535792 100644
--- a/src/vendstat.c
+++ b/src/vendstat.c
@@ -142,10 +142,10 @@ typedef struct {
} is4_config_counter_groups_t;
static uint16_t ext_fw_info_device[][2] = {
- {0x0245, 0x0245},
- {0xc738, 0xc738},
- {0x01b3, 0x01b3},
- {0x1003, 0x1011},
+ {0x0245, 0x0245}, /* Switch-X */
+ {0xc738, 0xc738}, /* Switch-X */
+ {0x01b3, 0x01b3}, /* IS-4 */
+ {0x1003, 0x1011}, /* Connect-X */
{0x0000, 0x0000}};
static int is_ext_fw_info_supported(uint16_t device_id) {
--
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/vendstat.c: Commentary change
[not found] ` <4FFEA861.2060500-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2012-07-12 23:58 ` Ira Weiny
0 siblings, 0 replies; 2+ messages in thread
From: Ira Weiny @ 2012-07-12 23:58 UTC (permalink / raw)
To: Hal Rosenstock
Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
On Thu, 12 Jul 2012 06:35:13 -0400
Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org> wrote:
>
> Add device names to go along with device IDs
>
> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Thanks applied,
Ira
> ---
> diff --git a/src/vendstat.c b/src/vendstat.c
> index 1c493fa..8535792 100644
> --- a/src/vendstat.c
> +++ b/src/vendstat.c
> @@ -142,10 +142,10 @@ typedef struct {
> } is4_config_counter_groups_t;
>
> static uint16_t ext_fw_info_device[][2] = {
> - {0x0245, 0x0245},
> - {0xc738, 0xc738},
> - {0x01b3, 0x01b3},
> - {0x1003, 0x1011},
> + {0x0245, 0x0245}, /* Switch-X */
> + {0xc738, 0xc738}, /* Switch-X */
> + {0x01b3, 0x01b3}, /* IS-4 */
> + {0x1003, 0x1011}, /* Connect-X */
> {0x0000, 0x0000}};
>
> static int is_ext_fw_info_supported(uint16_t device_id) {
--
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:[~2012-07-12 23:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 10:35 [PATCH][TRIVIAL] infiniband-diags/vendstat.c: Commentary change Hal Rosenstock
[not found] ` <4FFEA861.2060500-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2012-07-12 23:58 ` Ira Weiny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox