Re: [PATCH v2] RDMA/rxe: Set wqe->status correctly if an unexpected response is received

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>
> wqe->status is already set before the code that you mentioned has been
> reached.
can you be more specific?
for instance I didn't find similar behavior for the example below
(also in check_ack())

        case IB_OPCODE_RC_ATOMIC_ACKNOWLEDGE:
                syn = aeth_syn(pkt);

                if ((syn & AETH_TYPE_MASK) != AETH_ACK)
                        return COMPST_ERROR;

                if (wqe->wr.opcode != IB_WR_ATOMIC_CMP_AND_SWP &&
                    wqe->wr.opcode != IB_WR_ATOMIC_FETCH_AND_ADD)
                        return COMPST_ERROR;   <<<<<<<<<<<<<<<<<<<<<<<<<<
                reset_retry_counters(qp);
                return COMPST_ATOMIC;
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux