All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Providers/rxe: Replace AV by AH for UD sends
@ 2021-07-18 21:28 Bob Pearson
  2021-07-18 21:28 ` [PATCH v2 1/2] Update kernel headers Bob Pearson
  2021-07-18 21:28 ` [PATCH v2 2/2] Providers/rxe: Replace AV by AH for UD sends Bob Pearson
  0 siblings, 2 replies; 4+ messages in thread
From: Bob Pearson @ 2021-07-18 21:28 UTC (permalink / raw)
  To: jgg, zyjzyj2000, linux-rdma; +Cc: Bob Pearson

These patches contains the changes to the rxe provider to match the
kernel patch series with a similar name.

v2:
  As suggested by Jason Gunthorp moved the AV struct out of rxe_send_wqe
  and into rxe_wr in the ud struct in the wr union at the original offset.
  This maintains ABI compatibility with old kernels or rdma-core but
  simplifies the code.

Bob Pearson (2):
  Update kernel headers
  Providers/rxe: Replace AV by AH for UD sends

 kernel-headers/rdma/rdma_user_rxe.h |  16 +++-
 providers/rxe/rxe-abi.h             |   2 +
 providers/rxe/rxe.c                 | 117 ++++++++++++++++++----------
 providers/rxe/rxe.h                 |   8 +-
 4 files changed, 100 insertions(+), 43 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH v2 0/2] Implement memory windows support for rxe
@ 2021-06-08  4:28 Bob Pearson
  2021-06-08  4:28 ` [PATCH v2 1/2] Update kernel headers Bob Pearson
  0 siblings, 1 reply; 4+ messages in thread
From: Bob Pearson @ 2021-06-08  4:28 UTC (permalink / raw)
  To: jgg, zyjzyj2000, monis, linux-rdma; +Cc: Bob Pearson

These patches makes the required changes to the rxe provider and the
rxe ABI to support the kernel memory windows patches to the rxe driver.

Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
---

Bob Pearson (2):
  Update kernel headers
  Providers/rxe: Implement memory windows

 kernel-headers/rdma/rdma_user_rxe.h |  10 ++
 providers/rxe/rxe.c                 | 157 +++++++++++++++++++++++++++-
 2 files changed, 165 insertions(+), 2 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-07-18 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 21:28 [PATCH v2 0/2] Providers/rxe: Replace AV by AH for UD sends Bob Pearson
2021-07-18 21:28 ` [PATCH v2 1/2] Update kernel headers Bob Pearson
2021-07-18 21:28 ` [PATCH v2 2/2] Providers/rxe: Replace AV by AH for UD sends Bob Pearson
  -- strict thread matches above, loose matches on Subject: below --
2021-06-08  4:28 [PATCH v2 0/2] Implement memory windows support for rxe Bob Pearson
2021-06-08  4:28 ` [PATCH v2 1/2] Update kernel headers Bob Pearson

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.