<!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.2900.5512" name=GENERATOR></HEAD>
<BODY>
<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></BODY></HTML>