mbox series

[v2,0/2] Providers/rxe: Replace AV by AH for UD sends

Message ID 20210718212842.21559-1-rpearsonhpe@gmail.com (mailing list archive)
Headers show
Series Providers/rxe: Replace AV by AH for UD sends | expand

Message

Bob Pearson July 18, 2021, 9:28 p.m. UTC
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(-)