On Thu, Apr 07, 2022 at 04:04:45PM -0500, Bob Pearson wrote: > The rdma_rxe driver does not actually support the reliable datagram transport > but contains two references to RD opcodes in driver code. > This commit removes these references to RD transport opcodes which > are never used. > > Signed-off-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_req.c | 3 +-- > drivers/infiniband/sw/rxe/rxe_resp.c | 3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) Applied to for-next, thanks Jason