linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] User library support for memory windows on rxe
@ 2020-08-20 22:47 Bob Pearson
  2020-08-20 22:47 ` [PATCH v3 1/1] rdma-core/providers/rxe: Implement MW commands Bob Pearson
  0 siblings, 1 reply; 2+ messages in thread
From: Bob Pearson @ 2020-08-20 22:47 UTC (permalink / raw)
  To: linux-rdma, zyjzyj2000; +Cc: Bob Pearson

This patch extends providers/rxe to support memory windows
operations implemented by the matching kernel patch set.

The only difference between v3 and the previous version is the use of
--cover-letter in git.

Bob Pearson (1):
  rdma-core/providers/rxe: Implement MW commands

 kernel-headers/rdma/rdma_user_rxe.h |  38 +++-
 providers/rxe/CMakeLists.txt        |   2 +
 providers/rxe/rxe-abi.h             |   4 +
 providers/rxe/rxe.c                 | 293 +++++--------------------
 providers/rxe/rxe.h                 |  44 ++++
 providers/rxe/rxe_mw.c              | 149 +++++++++++++
 providers/rxe/rxe_sq.c              | 319 ++++++++++++++++++++++++++++
 7 files changed, 613 insertions(+), 236 deletions(-)
 create mode 100644 providers/rxe/rxe_mw.c
 create mode 100644 providers/rxe/rxe_sq.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-20 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20 22:47 [PATCH v3 0/1] User library support for memory windows on rxe Bob Pearson
2020-08-20 22:47 ` [PATCH v3 1/1] rdma-core/providers/rxe: Implement MW commands Bob Pearson

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).