RDMA/rxe: Remove reliable datagram support
authorBob Pearson <rpearsonhpe@gmail.com>
Thu, 7 Apr 2022 21:04:45 +0000 (16:04 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 8 Apr 2022 17:38:50 +0000 (14:38 -0300)
commit98c8026331ceabe1df579940b81eec75eb49cdd9
tree7556c5f4d1fb6e6ea0010945eb8faa3c3d5a4bae
parent409baed5d743c1873a67fcd34d40871a97f037b3
RDMA/rxe: Remove reliable datagram support

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.

Link: https://lore.kernel.org/r/cce0f07d-25fc-5880-69e7-001d951750b7@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_req.c
drivers/infiniband/sw/rxe/rxe_resp.c