Re: [openib-general] How to debug QP INIT-RTR -22 error

2005-10-19 Thread Jeff Carr
On 10/16/05 08:26, Steve Wooding wrote: Hi there, I'm trying to make a QP connection using the CM, but the active side cannot get to the RTR state. ibv_modify_qp returns errorno -22, invalid argument. What would the best way to find out exactly what the error is and help me fix my app

Re: [openib-general] How to debug QP INIT-RTR -22 error

2005-10-17 Thread Sean Hefty
Steve Wooding wrote: I'm trying to make a QP connection using the CM, but the active side cannot get to the RTR state. ibv_modify_qp returns errorno -22, invalid argument. How are you setting the QP attributes? You can try using the ib_cm_init_qp_attr() call to set the attributes if you're

[openib-general] How to debug QP INIT-RTR -22 error

2005-10-16 Thread Steve Wooding
Hi there, I'm trying to make a QP connection using the CM, but the active side cannot get to the RTR state. ibv_modify_qp returns errorno -22, invalid argument. What would the best way to find out exactly what the error is and help me fix my app (just to say, it is only my app that's