linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Steve Wise" <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
To: 'Jason Gunthorpe'
	<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: RE: [PATCH rdma-core 03/10] Remove uses of ntohll
Date: Thu, 9 Feb 2017 16:24:42 -0600	[thread overview]
Message-ID: <049c01d28323$4f844c10$ee8ce430$@opengridcomputing.com> (raw)
In-Reply-To: <1486677212-3188-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>

> Subject: [PATCH rdma-core 03/10] Remove uses of ntohll
> 
> Done via
> 
> $ git ls-files | xargs sed -i -e 's/ntohll/be64toh/g'
> 
> Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
> ---
>  ibacm/prov/acmp/src/acmp.c |  2 +-
>  providers/cxgb4/dev.c      |  4 ++--
>  providers/cxgb4/t4.h       |  2 +-
>  providers/mlx5/cq.c        |  2 +-
>  providers/mlx5/qp.c        |  4 ++--
>  providers/mlx5/srq.c       |  2 +-
>  srp_daemon/srp_daemon.c    | 26 +++++++++++++-------------
>  7 files changed, 21 insertions(+), 21 deletions(-)
> 

cxgb* parts look fine.

Reviewed-by: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@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

  parent reply	other threads:[~2017-02-09 22:24 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-09 21:53 [PATCH rdma-core 00/10] Provide a compat infiniband/arch.h Jason Gunthorpe
     [not found] ` <1486677212-3188-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-09 21:53   ` [PATCH rdma-core 01/10] Have check-build confirm that every public header is standalone Jason Gunthorpe
     [not found]     ` <1486677212-3188-2-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-12  8:48       ` Leon Romanovsky
2017-02-09 21:53   ` [PATCH rdma-core 02/10] Remove uses of htonll Jason Gunthorpe
     [not found]     ` <1486677212-3188-3-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-09 22:23       ` Steve Wise
2017-02-12  8:26       ` Amrani, Ram
2017-02-09 21:53   ` [PATCH rdma-core 03/10] Remove uses of ntohll Jason Gunthorpe
     [not found]     ` <1486677212-3188-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-09 22:24       ` Steve Wise [this message]
2017-02-09 21:53   ` [PATCH rdma-core 04/10] Do not use kernel byteswap macros Jason Gunthorpe
     [not found]     ` <1486677212-3188-5-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-09 22:23       ` Steve Wise
2017-02-09 21:53   ` [PATCH rdma-core 05/10] Remove extraneous byteswap.h include Jason Gunthorpe
2017-02-09 21:53   ` [PATCH rdma-core 06/10] mlx4: Remove include of asm/unistd.h Jason Gunthorpe
2017-02-09 21:53   ` [PATCH rdma-core 07/10] rdmacm: Remove dangling cpu_to_be64 definitions Jason Gunthorpe
2017-02-09 21:53   ` [PATCH rdma-core 08/10] umad: Replace htonll macros with proper inlines and mark deprecated Jason Gunthorpe
2017-02-09 21:53   ` [PATCH rdma-core 09/10] Move the now private infiniband/arch.h to util/udma_barrier.h Jason Gunthorpe
     [not found]     ` <1486677212-3188-10-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-09 22:25       ` Steve Wise
2017-02-12  8:28       ` Amrani, Ram
2017-02-09 21:53   ` [PATCH rdma-core 10/10] verbs: Add a compatibility arch.h Jason Gunthorpe
     [not found]     ` <1486677212-3188-11-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-12  9:05       ` Leon Romanovsky
     [not found]         ` <20170212090531.GC14015-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-02-13 16:39           ` Jason Gunthorpe
     [not found]             ` <20170213163910.GA25430-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-02-13 18:17               ` Leon Romanovsky
2017-02-15  5:15   ` [PATCH rdma-core 00/10] Provide a compat infiniband/arch.h Leon Romanovsky
     [not found]     ` <20170215051511.GK6989-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-02-15 13:51       ` Talat mellanox
     [not found]         ` <CAB1oGZeJNvwwcii+z7VYQzZK3LJcToZ4uRF=_waA6WAboJueCg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-15 18:55           ` Jason Gunthorpe

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='049c01d28323$4f844c10$ee8ce430$@opengridcomputing.com' \
    --to=swise-7bpotxp6k4+p2yhjcf5u+vpxobypeauw@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@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).