> I am trying to change min_rnr_timer and timeout attribute of QP from the Linux
> kernel (RHEL6.3). The QP is created using rdma_create_qp() of rdma_cm 
> moduleand
> not ib_create_qp() as I want a generic code to work over IB as well as ROCEE.

These cannot be changed directly.  The min_rnr_timeout is set to 0, which is 
the maximum.  The timeout value is determined based on the packet lifetime 
reported by the SA.  You may be able to configure the SM to set a higher/lower 
packet lifetime.

- Sean
_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to