From: sleybo Date: Mon, 5 Mar 2007 07:31:00 +0000 (+0000) Subject: [IPOIB] Create the multicast groups with the lowest rate/mtu available. (allow SDR... X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=97ff82d42b816587d4f456ff3454a160e87bf46d;p=~shefty%2Frdma-win.git [IPOIB] Create the multicast groups with the lowest rate/mtu available. (allow SDR and DDR to work together. git-svn-id: svn://openib.tc.cornell.edu/gen1@603 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/ulp/ipoib/kernel/ipoib_port.c b/trunk/ulp/ipoib/kernel/ipoib_port.c index 25a37016..8cf05c4f 100644 --- a/trunk/ulp/ipoib/kernel/ipoib_port.c +++ b/trunk/ulp/ipoib/kernel/ipoib_port.c @@ -5430,8 +5430,6 @@ ipoib_port_join_mcast( mcast_req.member_rec = p_port->ib_mgr.bcast_rec; /* Clear fields that aren't specified in the join */ mcast_req.member_rec.mlid = 0; - mcast_req.member_rec.mtu = 0; - mcast_req.member_rec.rate = 0; ib_member_set_state( &mcast_req.member_rec.scope_state,state); if( mac.addr[0] == 1 && mac.addr[1] == 0 && mac.addr[2] == 0x5E )