mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
[infiniband] Allow for the creation of multicast groups
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -770,7 +770,7 @@ static int ipoib_join_broadcast_group ( struct ipoib_device *ipoib ) {
|
||||
/* Join multicast group */
|
||||
if ( ( rc = ib_mcast_join ( ipoib->ibdev, ipoib->qp,
|
||||
&ipoib->broadcast.membership,
|
||||
&ipoib->broadcast.av,
|
||||
&ipoib->broadcast.av, 0,
|
||||
ipoib_join_complete ) ) != 0 ) {
|
||||
DBGC ( ipoib, "IPoIB %p could not join broadcast group: %s\n",
|
||||
ipoib, strerror ( rc ) );
|
||||
|
||||
Reference in New Issue
Block a user