mbox series

[v3,0/1] User library support for memory windows on rxe

Message ID 20200820224751.3286-1-rpearson@hpe.com (mailing list archive)
Headers show
Series User library support for memory windows on rxe | expand

Message

Bob Pearson Aug. 20, 2020, 10:47 p.m. UTC
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