mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[infiniband] Record multicast GID attachment as part of group membership
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -19,6 +19,8 @@ struct ib_mc_membership {
|
||||
struct ib_queue_pair *qp;
|
||||
/** Multicast GID */
|
||||
union ib_gid gid;
|
||||
/** Attached to multicast GID */
|
||||
int attached;
|
||||
/** Multicast group join transaction */
|
||||
struct ib_mad_transaction *madx;
|
||||
/** Handle join success/failure
|
||||
|
||||
Reference in New Issue
Block a user