<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:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<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:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:Calibri;
        color:#1F497D;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:Calibri;
        color:windowtext;}
span.EmailStyle19
        {mso-style-type:personal-compose;
        font-family:Calibri;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027"/>
</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 bgcolor="white" lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">I’m still having trouble with rdma read. I’m using (for now) endpoint type MSG on verbs provider and I found that calling fi_read(….) returns<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">00: <ERROR> 0x00002aaab5626f20 0x2aaab5200700 fi_read error : Function not implemented<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have tried everything I can to adjust params/caps/hints/flags, but it seems that the verbs provider doesn’t support rdma.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I considered using endpoint type RDM, but unfortunately, RDM is not supported by verbs either, and ep MSG not working any more with GNI (I only get “connection rejected” messages when I try it), so the two providers I’m targeting are mutually
 incompatible – this is making development decisions difficult.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’ve been going through the fabtests looking for one that will do RDMA and works, but using the verbs provider always fails</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="text-indent:36.0pt">~/apps/fabtests/bin/fi_rma_bw -e msg -p verbs greina8<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:36.0pt">fi_getinfo(): common/shared.c:521, ret=-61 (No data available)</p>
<p class="MsoNormal">or</p>
<p class="MsoNormal" style="text-indent:36.0pt">~/apps/fabtests/bin/fi_rma_bw -e rdm -d mlx5_0<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:36.0pt">fi_getinfo(): common/shared.c:521, ret=-61 (No data available)</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">only results in error.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Is there a test that does rdma and is known to work with verbs?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">JB</p>
<p class="MsoNormal">I updated both fabtests and libfabric from git master today or yesterday. (I’m sure endpoint MSG type was working on GNI previously, but it isn’t working for me now, should I go back to a fixed release sha in git?)<o:p></o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
</div>
</body>
</html>