>That's what I suspected. I wonder if the connection state isn't set >properly until later? I'm really not sure. Without a kernel debugger >it'll be hard to determine. I guess I can throw some printfs in to track >this down unless there are better suggestions.
Adding some printk's to ib_send_cm_lap() may be sufficient. I would look at the cm_id state (should be IB_CM_ESTABLISHED) and the lap_state (should be IB_CM_LAP_UNINT the first time it's called). - 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
