On Thu, Jul 14, 2022 at 03:46:20PM -0500, Bob Pearson wrote: > The current implementation of rxe_check_bind_mw() in rxe_mw.c > is incorrect since it requires the new key portion provided by > the mw consumer to be different than the previous key portion. > This is not required by the IBA. This patch removes that test. > > Link: https://lore.kernel.org/linux-rdma/fb4614e7-4cac-0dc7-3ef7-766dfd10e8f2@xxxxxxxxx/ > Fixes: 32a577b4c3a9 ("Add support for bind MW work requests") > Signed-off-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_mw.c | 7 ------- > 1 file changed, 7 deletions(-) Applied to for-next, thanks Jason