[openib-general] struct ib_cm_active_param ?

Joe Damato damato at psc.edu
Thu Jul 28 11:26:46 PDT 2005


Is struct ib_cm_active_param from gen1? If so, is there an equivalent 
struct in gen2? (Is it struct ib_cm_req_param ?)

The specific piece of code that is trying to be ported is: 

conn->ibc_connreq->cr_connparam = (struct ib_cm_active_param) {
                .qp                   = conn->ibc_qp,
                .req_private_data     = msg,
                .req_private_data_len = msg->ibm_nob,
                .responder_resources  = IBNAL_RESPONDER_RESOURCES,
                .initiator_depth      = IBNAL_RESPONDER_RESOURCES,
                .retry_count          = IBNAL_RETRY,
                .rnr_retry_count      = IBNAL_RNR_RETRY,
                .cm_response_timeout  = kibnal_tunables.kib_io_timeout,
                .max_cm_retries       = IBNAL_CM_RETRY,
                .flow_control         = IBNAL_FLOW_CONTROL,
        };


thanks.

-Joe Damato



More information about the general mailing list