acrn-kernel/drivers/infiniband/ulp/ipoib
Roland Dreier 20b83382d1 IPoIB: Yet another fix for send-only joins
Even after the last fix, it's still possible for a send-only join to
start before the join for the broadcast group has finished.  This
could cause us to create a multicast group using attributes from the
broadcast group that haven't been initialized yet, so we would use
garbage for the Q_Key, etc.  Fix this by waiting until the broadcast
group's attached flag is set before starting send-only joins.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-02-11 12:22:12 -08:00
..
Kconfig
Makefile
ipoib.h IPoIB: Don't start send-only joins while multicast thread is stopped 2006-02-07 16:37:08 -08:00
ipoib_fs.c [IPoIB] add path record information in debugfs 2005-11-10 10:22:49 -08:00
ipoib_ib.c IB: convert from semaphores to mutexes 2006-01-13 14:51:39 -08:00
ipoib_main.c IPoIB: Make sure path is fully initialized before using it 2006-01-17 09:22:05 -08:00
ipoib_multicast.c IPoIB: Yet another fix for send-only joins 2006-02-11 12:22:12 -08:00
ipoib_verbs.c IB: convert from semaphores to mutexes 2006-01-13 14:51:39 -08:00
ipoib_vlan.c IB: convert from semaphores to mutexes 2006-01-13 14:51:39 -08:00