On 6/18/21 8:19 AM, Jason Gunthorpe wrote: > On Mon, Jun 07, 2021 at 11:25:43PM -0500, Bob Pearson wrote: >> This series of patches implement memory windows for the rdma_rxe >> driver. This is a shorter reimplementation of an earlier patch set. >> They apply to and depend on the current for-next linux rdma tree. > >> Bob Pearson (10): >> RDMA/rxe: Add bind MW fields to rxe_send_wr >> RDMA/rxe: Return errors for add index and key >> RDMA/rxe: Enable MW object pool >> RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs >> RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK >> RDMA/rxe: Move local ops to subroutine >> RDMA/rxe: Add support for bind MW work requests >> RDMA/rxe: Implement invalidate MW operations >> RDMA/rxe: Implement memory access through MWs >> RDMA/rxe: Disallow MR dereg and invalidate when bound > > Applied to for-next, thanks > > Jason > Thanks. I updated the provider in roce-core by applying clang-format-diff. I am not really sure it any better but I am convinced it is logically the same. Looks like the earlier commit already got accepted. So you can take this one or throw it away if you wish. I don't care one way or the other. Bob