All of lore.kernel.org
 help / color / mirror / Atom feed
From: "ira.weiny" <ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
Cc: "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH infiniband-diags] ibdiag_common.c: Fix endian conversion in resolve_self for umad_port GID prefix and GUID
Date: Wed, 26 Apr 2017 21:53:49 -0400	[thread overview]
Message-ID: <20170427015348.GB1352@phlsvsds.ph.intel.com> (raw)
In-Reply-To: <976c8c54-4c09-a84b-7a3e-0b3340121985-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>

On Thu, Apr 13, 2017 at 08:24:01AM -0400, Hal Rosenstock wrote:
> 
> commit 96db7b90 to rdma-core
> libibumad: Annotate endianness of second umad_get_ca_portguids() argument
> 
> annotated umad_port struct gid_prefix and port_guid fields as __be64
> so proper conversion is cl_ntoh64 rather than cl_hton64.
> 
> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

Thanks applied,
Ira

> ---
> diff --git a/src/ibdiag_common.c b/src/ibdiag_common.c
> index 0fe2190..eda2901 100644
> --- a/src/ibdiag_common.c
> +++ b/src/ibdiag_common.c
> @@ -608,8 +608,8 @@ int resolve_self(char *ca_name, uint8_t ca_port, ib_portid_t *portid,
>  		*portnum = port.portnum;
>  	if (gid) {
>  		memset(gid, 0, sizeof(*gid));
> -		prefix = cl_hton64(port.gid_prefix);
> -		guid = cl_hton64(port.port_guid);
> +		prefix = cl_ntoh64(port.gid_prefix);
> +		guid = cl_ntoh64(port.port_guid);
>  		mad_encode_field(*gid, IB_GID_PREFIX_F, &prefix);
>  		mad_encode_field(*gid, IB_GID_GUID_F, &guid);
>  	}
--
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

      parent reply	other threads:[~2017-04-27  1:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-13 12:24 [PATCH infiniband-diags] ibdiag_common.c: Fix endian conversion in resolve_self for umad_port GID prefix and GUID Hal Rosenstock
     [not found] ` <976c8c54-4c09-a84b-7a3e-0b3340121985-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2017-04-27  1:53   ` ira.weiny [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170427015348.GB1352@phlsvsds.ph.intel.com \
    --to=ira.weiny-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.