>now I am able to create connections with pri_path = path1, alt_path = path2 >with the following change in the code. > >I specify the port_num and al_port_num before calling ib_modify_qp() to >change >state to RTR (earlier I was changing this when modifying state to >IB_QPS_INIT).
Doesn't ib_cm_init_qp_attr() set this for you? >( but it fails if I do this qp_attr_mask |= IB_QP_PORT, should it fail?) This sets the primary physical port, which is only valid transitioning to INIT. - Sean _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
