On 2/22/22 2:26 PM, Wenpeng Liang wrote:
On 2022/2/17 11:01, Cheng Xu wrote:+enum erdma_opcode { + ERDMA_OP_WRITE = 0, + ERDMA_OP_READ = 1, + ERDMA_OP_SEND = 2, + ERDMA_OP_SEND_WITH_IMM = 3, + + ERDMA_OP_RECEIVE = 4, + ERDMA_OP_RECV_IMM = 5, + ERDMA_OP_RECV_INV = 6, + + ERDMA_OP_REQ_ERR = 7, + ERDNA_OP_READ_RESPONSE = 8,Is there a typo here? ERDNA_xxx -> ERDMA_xxx
Yes, will fix it. Thanks, Cheng Xu,
Thanks, Wenpeng+ ERDMA_OP_WRITE_WITH_IMM = 9, + + ERDMA_OP_RECV_ERR = 10,