Re: Setting QP attributes with RDMA CM

2010-03-03 Thread Or Gerlitz
Todd Strader wrote: > I'm using the RDMA CM to set up a QP and I'm trying to figure out if I > can suggest QP attributes to it before it transitions through all the states see rdma_connect(3) Or. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to

Setting QP attributes with RDMA CM

2010-03-03 Thread Todd Strader
Hi, I'm using the RDMA CM to set up a QP and I'm trying to figure out if I can suggest QP attributes to it before it transitions through all the states. My QP is coming up with rnr_retry = 0, and I'd like to set it higher. Is there any way to do this besides going back through RTR -> RTS?