Skip to content

Commit

Permalink
RDMA/rxe: Remove reliable datagram support
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
zhuyj authored and jgunthorpe committed Nov 18, 2022
1 parent 8f649b5 commit 8e1a764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/infiniband/sw/rxe/rxe_hdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8e1a764

Please sign in to comment.