<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=383410713-24072008><FONT face=Arial color=#0000ff 
size=2>applied on 1445.</FONT></SPAN></DIV>
<DIV><SPAN class=383410713-24072008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=383410713-24072008><FONT face=Arial color=#0000ff 
size=2>Thanks</FONT></SPAN></DIV>
<DIV><SPAN class=383410713-24072008><FONT face=Arial color=#0000ff 
size=2>Tzachi</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> ofw-bounces@lists.openfabrics.org 
  [mailto:ofw-bounces@lists.openfabrics.org] <B>On Behalf Of </B>Anatoly 
  Greenblatt<BR><B>Sent:</B> Tuesday, July 22, 2008 2:10 PM<BR><B>To:</B> 
  ofw@lists.openfabrics.org<BR><B>Subject:</B> [ofw][patch] fix mcast receiver 
  problem<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV><FONT face=Tahoma>Hi,</FONT></DIV>
  <DIV><FONT face=Tahoma></FONT> </DIV>
  <DIV><FONT face=Tahoma>This fixes situation where ping to a multicast address 
  prevents applications listening to multicast traffic. Send-only is not 
  supported by SM and group would never be closed. All full-member 
  joins that follow would fail.</FONT></DIV>
  <DIV><FONT face=Tahoma></FONT> </DIV>
  <DIV><FONT face=Tahoma>Regards,</FONT></DIV>
  <DIV><FONT face=Tahoma>Anatoly.</FONT></DIV>
  <DIV><FONT face=Tahoma></FONT> </DIV>
  <DIV><FONT face=Tahoma>Index: 
  kernel/ipoib_port.c<BR>===================================================================<BR>--- 
  kernel/ipoib_port.c (revision 1426)<BR>+++ 
  kernel/ipoib_port.c (working copy)<BR>@@ -3595,7 +3595,7 
  @@<BR>   ETH_IS_MULTICAST( p_eth_hdr->dst.addr ) 
  )<BR>  {<BR>   if( ipoib_port_join_mcast( p_port, 
  p_eth_hdr->dst, <BR>-   IB_MC_REC_STATE_SEND_ONLY_MEMBER) == 
  IB_SUCCESS )<BR>+   IB_MC_REC_STATE_FULL_MEMBER) == IB_SUCCESS 
  )<BR>   {<BR>    IPOIB_PRINT_EXIT( 
  TRACE_LEVEL_INFORMATION, 
  IPOIB_DBG_SEND,<BR>     ("Multicast Mac - trying to 
  join.\n") );<BR>@@ -3900,7 +3900,7 @@<BR>    if( 
  ETH_IS_MULTICAST( p_eth_hdr->dst.addr ) 
  )<BR>    {<BR>     if( 
  ipoib_port_join_mcast( p_port, 
  p_eth_hdr->dst,<BR>-     IB_MC_REC_STATE_SEND_ONLY_MEMBER) 
  == IB_SUCCESS )<BR>+     IB_MC_REC_STATE_FULL_MEMBER) 
  == IB_SUCCESS 
  )<BR>     {<BR>      IPOIB_PRINT_EXIT( 
  TRACE_LEVEL_INFORMATION, 
  IPOIB_DBG_SEND,<BR>       ("Multicast Mac - 
  trying to join.\n") );<BR></FONT></DIV></BLOCKQUOTE></BODY></HTML>