RDMA/rxe: Remove reliable datagram support
authorZhu Yanjun <yanjun.zhu@linux.dev>
Sat, 12 Nov 2022 02:35:37 +0000 (21:35 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 18 Nov 2022 23:57:46 +0000 (19:57 -0400)
The rdma_rxe driver does not actually support the reliable datagram
transport but contains a variable with RD opcodes in driver code.  And
this variable is never used. So remove it.

Link: https://lore.kernel.org/r/20221112023537.432912-1-yanjun.zhu@intel.com
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_hdr.h

index e432f9e37795ef703206d091b19bbf78cf1b5cc1..804594b76040a84ca4aadea2232fdf1c4194c296 100644 (file)
@@ -742,7 +742,6 @@ enum aeth_syndrome {
        AETH_NAK_INVALID_REQ    = 0x61,
        AETH_NAK_REM_ACC_ERR    = 0x62,
        AETH_NAK_REM_OP_ERR     = 0x63,
-       AETH_NAK_INV_RD_REQ     = 0x64,
 };
 
 static inline u8 __aeth_syn(void *arg)