aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/infiniband.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2009-07-07 16:07:31 +0100
committerMichael Brown <mcb30@etherboot.org>2009-07-17 23:06:34 +0100
commit0fbf2f6bda3f380fd54d1aa2c0275c0a0227eea7 (patch)
treeeca6dfb6d3c6fb9e17cb91d54fc4ab4e9d3f4bb4 /src/net/infiniband.c
parent3c77fe73a559ef223fb459ed82b7aaea44e1693a (diff)
downloadipxe-0fbf2f6bda3f380fd54d1aa2c0275c0a0227eea7.tar.gz
[infiniband] Provide a general mechanism for multicast group joins
Generalise out the multicast group membership record code from IPoIB.
Diffstat (limited to 'src/net/infiniband.c')
-rw-r--r--src/net/infiniband.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/infiniband.c b/src/net/infiniband.c
index 369d490a3..e71b3bcca 100644
--- a/src/net/infiniband.c
+++ b/src/net/infiniband.c
@@ -554,6 +554,10 @@ void ib_close ( struct ib_device *ibdev ) {
* @v qp Queue pair
* @v gid Multicast GID
* @ret rc Return status code
+ *
+ * Note that this function handles only the local device's attachment
+ * to the multicast GID; it does not issue the relevant MADs to join
+ * the multicast group on the subnet.
*/
int ib_mcast_attach ( struct ib_device *ibdev, struct ib_queue_pair *qp,
struct ib_gid *gid ) {