mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
[ipoib] Always set the "full membership" bit in the IPv4 broadcast GID
The SM always creates the IPoIB multicast groups with full membership partition keys.
This commit is contained in:
@@ -33,6 +33,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
/** Default Infiniband partition key */
|
||||
#define IB_PKEY_DEFAULT 0xffff
|
||||
|
||||
/** Infiniband partition key full membership flag */
|
||||
#define IB_PKEY_FULL 0x8000
|
||||
|
||||
/**
|
||||
* Maximum payload size
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user