All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-next 0/2] IB/rxe: Replace in kernel memory registration support
@ 2016-07-05 16:05 Moni Shoua
       [not found] ` <1467734750-20298-1-git-send-email-monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Moni Shoua @ 2016-07-05 16:05 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, matanb-VPRAkNaXOzVWk0Htik3J/w,
	talal-VPRAkNaXOzVWk0Htik3J/w, leonro-VPRAkNaXOzVWk0Htik3J/w,
	majd-VPRAkNaXOzVWk0Htik3J/w, Moni Shoua

Registering memory regions in ULPs is implemented with 2 sets of API, FMR
and FastReg. FMR is considered obsolete and FastReg is what modern drivers
should implement.
The patches in this series add FastReg and remove FMR support form the
SoftRoCE driver.

Moni Shoua (1):
  IB/rxe: Remove FMR support

Sagi Grimberg (1):
  IB/rxe: Add fast memory registraion and remote invalidation) support

 drivers/infiniband/hw/rxe/rxe.c        | 18 ++-----
 drivers/infiniband/hw/rxe/rxe_loc.h    |  3 --
 drivers/infiniband/hw/rxe/rxe_mr.c     | 44 ++-------------
 drivers/infiniband/hw/rxe/rxe_opcode.c |  4 +-
 drivers/infiniband/hw/rxe/rxe_opcode.h |  1 +
 drivers/infiniband/hw/rxe/rxe_param.h  | 11 ++--
 drivers/infiniband/hw/rxe/rxe_pool.c   | 10 +---
 drivers/infiniband/hw/rxe/rxe_pool.h   |  1 -
 drivers/infiniband/hw/rxe/rxe_req.c    | 36 +++++++++++++
 drivers/infiniband/hw/rxe/rxe_resp.c   | 16 ++++++
 drivers/infiniband/hw/rxe/rxe_verbs.c  | 98 +++++++++++++---------------------
 drivers/infiniband/hw/rxe/rxe_verbs.h  |  8 +--
 include/uapi/rdma/ib_user_rxe.h        |  5 ++
 13 files changed, 114 insertions(+), 141 deletions(-)

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

end of thread, other threads:[~2016-07-12 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-05 16:05 [PATCH rdma-next 0/2] IB/rxe: Replace in kernel memory registration support Moni Shoua
     [not found] ` <1467734750-20298-1-git-send-email-monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-07-05 16:05   ` [PATCH rdma-next 1/2] IB/rxe: Add fast memory registraion and remote invalidation support Moni Shoua
2016-07-05 16:05   ` [PATCH rdma-next 2/2] IB/rxe: Remove FMR support Moni Shoua
2016-07-12 14:55   ` [PATCH rdma-next 0/2] IB/rxe: Replace in kernel memory registration support Doug Ledford

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.