alistair23-linux/drivers/infiniband/ulp/ipoib
Sean Hefty faec2f7b96 IB/sa: Track multicast join/leave requests
The IB SA tracks multicast join/leave requests on a per port basis and
does not do any reference counting: if two users of the same port join
the same group, and one leaves that group, then the SA will remove the
port from the group even though there is one user who wants to stay a
member left.  Therefore, in order to support multiple users of the
same multicast group from the same port, we need to perform reference
counting locally.

To do this, add an multicast submodule to ib_sa to perform reference
counting of multicast join/leave operations.  Modify ib_ipoib (the
only in-kernel user of multicast) to use the new interface.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-02-16 14:20:02 -08:00
..
ipoib.h IPoIB: Connected mode experimental support 2007-02-10 08:00:48 -08:00
ipoib_cm.c IPoIB: CM error handling thinko fix 2007-02-16 13:57:35 -08:00
ipoib_fs.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
ipoib_ib.c IPoIB: Connected mode experimental support 2007-02-10 08:00:48 -08:00
ipoib_main.c IPoIB: Connected mode experimental support 2007-02-10 08:00:48 -08:00
ipoib_multicast.c IB/sa: Track multicast join/leave requests 2007-02-16 14:20:02 -08:00
ipoib_verbs.c IPoIB: Connected mode experimental support 2007-02-10 08:00:48 -08:00
ipoib_vlan.c IPoIB: Connected mode experimental support 2007-02-10 08:00:48 -08:00
Kconfig IPoIB: Connected mode experimental support 2007-02-10 08:00:48 -08:00
Makefile IPoIB: Connected mode experimental support 2007-02-10 08:00:48 -08:00