mbox series

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

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

Message

Bob Pearson Sept. 30, 2021, 4:35 a.m. UTC
These patches contains the changes to the rxe provider to match the
kernel patch series with a similar name.

This patch series is identical to the one sent with the v3 RDMA/rxe:
kernel patch set but still cleanly applied to the current rdma-core tree.

commit 0217e47de29c5429679c7ebf73d38a95623d2785 (master)

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