On Thu, Apr 07, 2022 at 01:54:17PM -0500, Bob Pearson wrote: > Currently the rdma_rxe driver supports SMI type QPs in a few places > which is incorrect. RoCE devices never should support SMI QPs. > This commit removes SMI QP support from the driver. > > Signed-off-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_opcode.c | 2 -- > drivers/infiniband/sw/rxe/rxe_qp.c | 14 +------------- > drivers/infiniband/sw/rxe/rxe_recv.c | 1 - > drivers/infiniband/sw/rxe/rxe_req.c | 1 - > drivers/infiniband/sw/rxe/rxe_resp.c | 2 -- > drivers/infiniband/sw/rxe/rxe_verbs.c | 1 - > drivers/infiniband/sw/rxe/rxe_verbs.h | 1 - > 7 files changed, 1 insertion(+), 21 deletions(-) Applied to for-next, thanks Jason