IPoIB: Create MCGs with all attributes required by RFC
authorRoland Dreier <rolandd@cisco.com>
Fri, 22 Sep 2006 22:22:56 +0000 (15:22 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 22 Sep 2006 22:22:56 +0000 (15:22 -0700)
commitd0df6d6d4539241179a1ef5394787825bf05bbce
tree82e66fbc8b048e15132fe4eedacfc9187b77abf4
parentaec79fcc3ea3b536a2788b4e22b7ebabbb176485
IPoIB: Create MCGs with all attributes required by RFC

RFC 4391 ("Transmission of IP over InfiniBand (IPoIB)") says:

  If the IB multicast group does not already exist, one must be
  created first with the IPoIB link MTU.  The MGID MUST use the same
  P_Key, Q_Key, SL, MTU, and HopLimit as those used in the
  broadcast-GID.  The rest of attributes SHOULD follow the values used
  in the broadcast-GID as well.

However, the current IPoIB driver is only setting the attributes
required by the InfiniBand spec to create a multicast group, so in
particular the MTU and HopLimit are not being set.  Add these
attributes when creating MCGs, and also set the Rate attribute, since
IPoIB pays attention to that attribute as well.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/ipoib_multicast.c