* [PATCH infiniband-diags] saquery.c: Remove use of to be deprecated ib_gid_t
@ 2017-03-09 15:38 Hal Rosenstock
[not found] ` <b50e7300-4043-abed-9757-7d2cc1fa60f4-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Hal Rosenstock @ 2017-03-09 15:38 UTC (permalink / raw)
To: Weiny, Ira; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
which will be going away in a future version of libibmad
Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
diff --git a/src/saquery.c b/src/saquery.c
index ea946a1..6b7eb5d 100644
--- a/src/saquery.c
+++ b/src/saquery.c
@@ -69,7 +69,7 @@
struct query_params {
uint64_t service_id;
- ib_gid_t sgid, dgid, gid, mgid;
+ ibmad_gid_t sgid, dgid, gid, mgid;
uint16_t slid, dlid, mlid;
uint32_t flow_label;
int hop_limit;
@@ -118,9 +118,9 @@ int requested_lid_flag = 0;
uint64_t requested_guid = 0;
int requested_guid_flag = 0;
-static unsigned valid_gid(ib_gid_t * gid)
+static unsigned valid_gid(ibmad_gid_t * gid)
{
- ib_gid_t zero_gid;
+ ibmad_gid_t zero_gid;
memset(&zero_gid, 0, sizeof zero_gid);
return memcmp(&zero_gid, gid, sizeof(*gid));
}
--
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] 3+ messages in thread
* Re: [PATCH infiniband-diags] saquery.c: Remove use of to be deprecated ib_gid_t
[not found] ` <b50e7300-4043-abed-9757-7d2cc1fa60f4-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2017-04-27 1:52 ` ira.weiny
2017-04-30 0:05 ` ira.weiny
1 sibling, 0 replies; 3+ messages in thread
From: ira.weiny @ 2017-04-27 1:52 UTC (permalink / raw)
To: Hal Rosenstock; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Thu, Mar 09, 2017 at 10:38:50AM -0500, Hal Rosenstock wrote:
>
> which will be going away in a future version of libibmad
>
> 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 ea946a1..6b7eb5d 100644
> --- a/src/saquery.c
> +++ b/src/saquery.c
> @@ -69,7 +69,7 @@
>
> struct query_params {
> uint64_t service_id;
> - ib_gid_t sgid, dgid, gid, mgid;
> + ibmad_gid_t sgid, dgid, gid, mgid;
> uint16_t slid, dlid, mlid;
> uint32_t flow_label;
> int hop_limit;
> @@ -118,9 +118,9 @@ int requested_lid_flag = 0;
> uint64_t requested_guid = 0;
> int requested_guid_flag = 0;
>
> -static unsigned valid_gid(ib_gid_t * gid)
> +static unsigned valid_gid(ibmad_gid_t * gid)
> {
> - ib_gid_t zero_gid;
> + ibmad_gid_t zero_gid;
> memset(&zero_gid, 0, sizeof zero_gid);
> return memcmp(&zero_gid, gid, sizeof(*gid));
> }
--
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] 3+ messages in thread
* Re: [PATCH infiniband-diags] saquery.c: Remove use of to be deprecated ib_gid_t
[not found] ` <b50e7300-4043-abed-9757-7d2cc1fa60f4-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2017-04-27 1:52 ` ira.weiny
@ 2017-04-30 0:05 ` ira.weiny
1 sibling, 0 replies; 3+ messages in thread
From: ira.weiny @ 2017-04-30 0:05 UTC (permalink / raw)
To: Hal Rosenstock; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Thu, Mar 09, 2017 at 10:38:50AM -0500, Hal Rosenstock wrote:
>
> which will be going away in a future version of libibmad
>
> 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 ea946a1..6b7eb5d 100644
> --- a/src/saquery.c
> +++ b/src/saquery.c
> @@ -69,7 +69,7 @@
>
> struct query_params {
> uint64_t service_id;
> - ib_gid_t sgid, dgid, gid, mgid;
> + ibmad_gid_t sgid, dgid, gid, mgid;
> uint16_t slid, dlid, mlid;
> uint32_t flow_label;
> int hop_limit;
> @@ -118,9 +118,9 @@ int requested_lid_flag = 0;
> uint64_t requested_guid = 0;
> int requested_guid_flag = 0;
>
> -static unsigned valid_gid(ib_gid_t * gid)
> +static unsigned valid_gid(ibmad_gid_t * gid)
> {
> - ib_gid_t zero_gid;
> + ibmad_gid_t zero_gid;
> memset(&zero_gid, 0, sizeof zero_gid);
> return memcmp(&zero_gid, gid, sizeof(*gid));
> }
--
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] 3+ messages in thread
end of thread, other threads:[~2017-04-30 0:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09 15:38 [PATCH infiniband-diags] saquery.c: Remove use of to be deprecated ib_gid_t Hal Rosenstock
[not found] ` <b50e7300-4043-abed-9757-7d2cc1fa60f4-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2017-04-27 1:52 ` ira.weiny
2017-04-30 0:05 ` ira.weiny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).