[openib-general] Re: [PATCH] OpenSM: Add multicast destination handling into SA PathRecord support

Michael S. Tsirkin mst at mellanox.co.il
Mon Feb 21 06:23:27 PST 2005


Quoting r. Hal Rosenstock <halr at voltaire.com>:
> @@ -1153,8 +1160,277 @@
> [...]
>
> +#if 0
> +  for ( i = 0 ; i < sizeof(p_mgrp->mcmember_rec.mgid.multicast.raw_group_id); i++)
> +  {
> +    if (p_mgrp->mcmember_rec.mgid.multicast.raw_group_id[i] !=
> +        p_recvd_mgid->mgid.multicast.raw_group_id[i])
> +      return;
> +  }
> +#endif
> +

I dont claim I know the opensm code well, but is it
a good idea to add more dead code?


-- 
MST - Michael S. Tsirkin



More information about the general mailing list