<HTML dir=ltr><HEAD><TITLE>RE: [ofa-general] Default value of LocalAckTimeout for a new QP</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText69137 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>For that I will need to access structures that are private to CMA.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>I hoped there is a way to do it in SDP code only or preferably from the environment.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT> </DIV>
<DIV dir=ltr><FONT face=Arial size=2>- Amir</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Davis, Arlin R [mailto:arlin.r.davis@intel.com]<BR><B>Sent:</B> Thu 21-May-09 7:16 PM<BR><B>To:</B> Hal Rosenstock; Amir Vadai<BR><B>Cc:</B> Nimrod Gindi; OpenIB<BR><B>Subject:</B> RE: [ofa-general] Default value of LocalAckTimeout for a new QP<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2><BR>>> Sean Hi,<BR>>><BR>>> I need to know how is the LocalAckTimeout for a new QP is<BR>>calculated (for an<BR>>> SDP QP).<BR>><BR>>It's a function of the packet life time on the path from source to<BR>>destination and the local CA ack delay.<BR>><BR>>> Is there a way to change it through a module parameter?<BR>>> If not, what is the right way to change it?<BR>><BR>>It depends on the SM being used. OpenSM has a way to change the path<BR>>PLT returned/used.<BR><BR>You can actually modify the path record (rdma_cm_id.route->path_rec)<BR>before the rdma_connect, after the RDMA_CM_EVENT_ROUTE_RESOLVED event,<BR>and rdma_cm will pick up the change for the internal QP modify.<BR><BR>-arlin<BR></FONT></P></DIV></BODY></HTML>