Skip to content

Commit 8e1a764

Browse files
zhuyjjgunthorpe
authored andcommitted
RDMA/rxe: Remove reliable datagram support
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/[email protected] Signed-off-by: Zhu Yanjun <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 8f649b5 commit 8e1a764

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/infiniband/sw/rxe/rxe_hdr.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@ enum aeth_syndrome {
742742
AETH_NAK_INVALID_REQ = 0x61,
743743
AETH_NAK_REM_ACC_ERR = 0x62,
744744
AETH_NAK_REM_OP_ERR = 0x63,
745-
AETH_NAK_INV_RD_REQ = 0x64,
746745
};
747746

748747
static inline u8 __aeth_syn(void *arg)

0 commit comments

Comments
 (0)