diff options
| author | Michael Brown | 2016-03-08 11:34:27 +0100 |
|---|---|---|
| committer | Michael Brown | 2016-03-08 13:23:30 +0100 |
| commit | 5a7fd2cc90ef2d44527b24599d76225607be6f96 (patch) | |
| tree | f3d1d6e228e4e7d4e33ea8a262218f7591dbb7f7 /src/drivers | |
| parent | [ipoib] Simplify test for received broadcast packets (diff) | |
| download | ipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.tar.gz ipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.tar.xz ipxe-5a7fd2cc90ef2d44527b24599d76225607be6f96.zip | |
[infiniband] Allow for the creation of multicast groups
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/net/ipoib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/ipoib.c b/src/drivers/net/ipoib.c index 66e72ac1a..d545b6f40 100644 --- a/src/drivers/net/ipoib.c +++ b/src/drivers/net/ipoib.c @@ -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 ) ); |
