<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=iso-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 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:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
p.HTMLVorformatiert, li.HTMLVorformatiert, div.HTMLVorformatiert
        {mso-style-name:"HTML Vorformatiert";
        mso-style-link:"HTML Vorformatiert Zchn";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.HTMLVorformatiertZchn
        {mso-style-name:"HTML Vorformatiert Zchn";
        mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert";
        font-family:"Courier New";}
span.EmailStyle22
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:70.85pt 70.85pt 56.7pt 70.85pt;}
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="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Christoph Müller [mailto:christoph.mueller@visus.uni-stuttgart.de]
<br>
<b>Sent:</b> Wednesday, March 07, 2012 8:58 AM<br>
<b>To:</b> ofw@lists.openfabrics.org<br>
<b>Subject:</b> Is multicasting supported in WinOFED?<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="DE">Dear all,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="DE"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">I have an application which would probably benefit from multicasting. I tried to find out how to implement that. However, I found stuff like
<o:p></o:p></span></p>
<pre style="background:white"><span lang="EN-GB"><o:p> </o:p></span></pre>
<pre style="background:white"><span lang="EN-GB" style="font-family:Consolas;color:blue">int</span><span lang="EN-GB" style="font-family:Consolas;color:black"> rdma_join_multicast(</span><span lang="EN-GB" style="font-family:Consolas;color:blue">struct</span><span lang="EN-GB" style="font-family:Consolas;color:black"> rdma_cm_id *id, </span><span lang="EN-GB" style="font-family:Consolas;color:blue">struct</span><span lang="EN-GB" style="font-family:Consolas;color:black"> sockaddr *addr,<o:p></o:p></span></pre>
<p class="MsoNormal" style="background:white"><span lang="EN-GB" style="font-size:10.0pt;font-family:Consolas;color:black">                                                   
</span><span lang="EN-GB" style="font-size:10.0pt;font-family:Consolas;color:blue">void</span><span lang="EN-GB" style="font-size:10.0pt;font-family:Consolas;color:black"> *context)<o:p></o:p></span></p>
<p class="MsoNormal" style="background:white"><span lang="EN-GB" style="font-size:10.0pt;font-family:Consolas;color:black">{<o:p></o:p></span></p>
<p class="MsoNormal" style="background:white"><span lang="EN-GB" style="font-size:10.0pt;font-family:Consolas;color:black">        
</span><span lang="EN-GB" style="font-size:10.0pt;font-family:Consolas;color:blue">return</span><span lang="EN-GB" style="font-size:10.0pt;font-family:Consolas;color:black"> rdma_seterrno(ENOSYS);<o:p></o:p></span></p>
<p class="MsoNormal" style="background:white"><span lang="DE" style="font-size:10.0pt;font-family:Consolas;color:black">}<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">in the source code, wherefore I wonder whether multicasting is supported at all on Windows. Also, samples like mckey are not included in the build.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">If multicasting works, is there any Windows sample out there on how to do it? Which API can I use? To be honest, I have never used multicasting before. Does it work just with the well-known IPv4 multicast addresses on
 IB, too? <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Thanks in advance,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Christoph<o:p></o:p></span></p>
</div>
</body>
</html>