From 50242e4202f7fc77facfcebca25d107c4abc60c1 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 13 Nov 2009 19:10:13 +0000 Subject: [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. --- src/include/gpxe/infiniband.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h index a12e4036a..70b930de1 100644 --- a/src/include/gpxe/infiniband.h +++ b/src/include/gpxe/infiniband.h @@ -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 * -- cgit v1.2.3-55-g7522