On Thu, Apr 07, 2022 at 01:43:22PM -0500, Bob Pearson wrote: > Currently the rdma_rxe driver claims to support both 2A and 2B type > memory windows. But the IBA requires > > 010-37.2.31: If an HCA supports the Base Memory Management > extensions, the HCA shall support either Type 2A or Type 2B > MWs, but not both. > > This commit removes the device capability bit for type 2A memory windows > and adds a clarifying comment to rxe_mw.c. > > Signed-off-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_mw.c | 8 ++++++++ > drivers/infiniband/sw/rxe/rxe_param.h | 1 - > 2 files changed, 8 insertions(+), 1 deletion(-) Applied to for-next, thanks Jason