linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sasha Khapyorsky <sashak-smomgflXvOZWk0Htik3J/w@public.gmane.org>
To: Hal Rosenstock <hal-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] infiniband-diags/saquery.c: In dump_one_mcmember_record, fix flow label endian
Date: Tue, 30 Nov 2010 17:37:03 +0200	[thread overview]
Message-ID: <20101130153703.GG11898@me> (raw)
In-Reply-To: <4CC823DC.4030605-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>

On 09:06 Wed 27 Oct     , Hal Rosenstock wrote:
> Already in host endian
> 
> Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

Applied by hands (the patch was malformed). Thanks.

Sasha

> ---
> diff --git a/infiniband-diags/src/saquery.c b/infiniband-diags/src/saquery.c
> index cb4fc18..18c5a1c 100644
> --- a/infiniband-diags/src/saquery.c
> +++ b/infiniband-diags/src/saquery.c
> @@ -1,7 +1,7 @@
>   /*
>    * Copyright (c) 2006,2007 The Regents of the University of California.
>    * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
> - * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
> + * Copyright (c) 2002-2010 Mellanox Technologies LTD. All rights reserved.
>    * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
>    * Copyright (c) 2009 HNR Consulting. All rights reserved.
>    *
> @@ -461,7 +461,7 @@ static void dump_one_mcmember_record(void *data)
>   	       inet_ntop(AF_INET6, mr->port_gid.raw, gid, sizeof(gid)),
>   	       cl_ntoh32(mr->qkey), cl_ntoh16(mr->mlid), mr->mtu, mr->tclass,
>   	       cl_ntoh16(mr->pkey), mr->rate, mr->pkt_life, sl,
> -	       cl_ntoh32(flow), hop, scope, join, mr->proxy_join);
> +	       flow, hop, scope, join, mr->proxy_join);
>   }
> 
>   static void dump_multicast_group_record(void *data)
> 
--
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:[~2010-11-30 15:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-27 13:06 [PATCH] infiniband-diags/saquery.c: In dump_one_mcmember_record, fix flow label endian Hal Rosenstock
     [not found] ` <4CC823DC.4030605-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2010-11-30 15:37   ` Sasha Khapyorsky [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=20101130153703.GG11898@me \
    --to=sashak-smomgflxvozwk0htik3j/w@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 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).