<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hello libfabric users,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am working on bringing up code that will be transferring data via RoCE among Linux and Windows hosts equipped with Mellanox ConnectX-5 NICs.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We have Linux to Linux communication working fine with the verbs provider. I am encountering some issues with the netdir provider on Windows. I am using version 1.13.0 of libfabric at the moment.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I will do my best to limit each thread to a single issue so as not to confuse any follow on discussion.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">So, the first place our code stumbled was with a call to fi_endpoint on the subscribing side. It returned FI_OTHER, which was not super helpful. Digging deeper into the netdir provider layer of the code, I could see that Network Direct
 call was returning ND_INSUFFICIENT_RESOURCES.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">In searching for a reason, I stumbled across a <a href="https://docs.mellanox.com/display/winof2v27051000/Known+Issues">
known issue with the Mellanox NIC</a>:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<table class="MsoNormalTable" border="1" cellspacing="3" cellpadding="0" width="50%" style="width:50.56%;margin-left:33.0pt;border:solid windowtext 1.0pt">
<tbody>
<tr>
<td rowspan="4" style="border:solid windowtext 1.0pt;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">2690140<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><o:p> </o:p></p>
</td>
<td style="border:solid windowtext 1.0pt;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b>Description:</b> Requests of QPs with a string of values set to "max" (e.g., Max Queue Depth + Max SGE counter + Max inline Data size) cannot be processed by the driver as their
 accumulative size overcomes the WQ maximum size.<o:p></o:p></p>
</td>
</tr>
<tr>
<td style="border:solid windowtext 1.0pt;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><b>Workaround:</b> N/A<o:p></o:p></p>
</td>
</tr>
<tr>
<td style="border:solid windowtext 1.0pt;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b>Keywords:</b> ND QP creation <o:p></o:p></p>
</td>
</tr>
<tr>
<td style="border:solid windowtext 1.0pt;padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b>Detected in version: </b>2.70.50000<o:p></o:p></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I was hoping to find that I could control the values that were requested, but that appears not to be the case. I found the code in question, prov/netdir/src/netdir_ep.c:ofi_nd_ep_control, was simply passing in the maximum values it obtained
 from an earlier query.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">When I just blindly cut the values for MaxReceiveQueueDepth and MaxInitiatorQueueDepth by 50%, the routine started returning FI_SUCCESS.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">So, for now, I am just leaving that hack in place and building a locally modified version of libfabric in order to proceed.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">It seems to me that since the values being utilized are maximums, that it would be reasonable to expect to be able to query them via fi_getopt and then choose something other than the default via fi_setopt. I am new to libfabric, so perhaps
 there is already some other mechanism in place to achieve this that I am unaware of.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks for the help,<o:p></o:p></p>
<p class="MsoNormal">Derek<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Derek Shinaberry<o:p></o:p></p>
<p class="MsoNormal">Senior Software Engineer, Platform Software<o:p></o:p></p>
<p class="MsoNormal">Canon Medical Research USA, Inc. <br>
706 N. Deerpath Drive, Vernon Hills, IL 60061, USA<br>
<a href="http://www.research.us.medical.canon/"><span lang="EN-AU">www.</span>research.us.medical.canon</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>