Can one of the iwarp developers tell me why the QP transition for iwarp is SQD 
rather than ERR during rdma_disconnect?  I can't remember the reason, and I 
don't see that SQD is listed as a QP state in the iwarp spec.

int rdma_disconnect(struct rdma_cm_id *id)
{
        ...

        switch (id->verbs->device->transport_type) {
        case IBV_TRANSPORT_IB:
                ret = ucma_modify_qp_err(id);
                break;
        case IBV_TRANSPORT_IWARP:
                ret = ucma_modify_qp_sqd(id);
                break;


- Sean
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to