mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[infiniband] Provide a general mechanism for multicast group joins
Generalise out the multicast group membership record code from IPoIB.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user