All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Annotate imm_data as be32 in the uapi header
@ 2018-01-11 21:43 Jason Gunthorpe
       [not found] ` <20180111214307.501-1-jgg-uk2M96/98Pc@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Jason Gunthorpe @ 2018-01-11 21:43 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: Jason Gunthorpe, Ram Amrani, Michal Kalderon, Lijun Ou,
	Wei Hu(Xavier)

From: Jason Gunthorpe <jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

This matches what the user space version of this struct has had for some time
and it removed several __force casts from the tree.

hns and qedr are updated to match what their userspace providers are doing.

Jason Gunthorpe (3):
  RDMA: Mark imm_data as be32 in the verbs uapi header
  RDMA/hns: Fix endian problems around imm_data and rkey
  RDMA/qedr: Fix endian problems around imm_data

 drivers/infiniband/core/uverbs_cmd.c       | 2 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 7 ++++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 6 +++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 5 ++++-
 drivers/infiniband/hw/qedr/verbs.c         | 4 ++--
 drivers/infiniband/sw/rdmavt/cq.c          | 3 +--
 drivers/infiniband/sw/rxe/rxe_resp.c       | 3 +--
 include/uapi/rdma/ib_user_verbs.h          | 4 ++--
 8 files changed, 18 insertions(+), 16 deletions(-)

-- 
2.15.1

--
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] 7+ messages in thread

end of thread, other threads:[~2018-01-15 23:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11 21:43 [PATCH 0/3] Annotate imm_data as be32 in the uapi header Jason Gunthorpe
     [not found] ` <20180111214307.501-1-jgg-uk2M96/98Pc@public.gmane.org>
2018-01-11 21:43   ` [PATCH 1/3] RDMA: Mark imm_data as be32 in the verbs " Jason Gunthorpe
2018-01-11 21:43   ` [PATCH 2/3] RDMA/hns: Fix endian problems around imm_data and rkey Jason Gunthorpe
     [not found]     ` <20180111214307.501-3-jgg-uk2M96/98Pc@public.gmane.org>
2018-01-15  8:31       ` oulijun
2018-01-11 21:43   ` [PATCH 3/3] RDMA/qedr: Fix endian problems around imm_data Jason Gunthorpe
     [not found]     ` <20180111214307.501-4-jgg-uk2M96/98Pc@public.gmane.org>
2018-01-15 13:01       ` Kalderon, Michal
2018-01-15 23:06   ` [PATCH 0/3] Annotate imm_data as be32 in the uapi header Jason Gunthorpe

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.