summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2009-07-07 17:07:31 +0200
committerMichael Brown2009-07-18 00:06:34 +0200
commit0fbf2f6bda3f380fd54d1aa2c0275c0a0227eea7 (patch)
treeeca6dfb6d3c6fb9e17cb91d54fc4ab4e9d3f4bb4 /src/include/gpxe/errfile.h
parent[infiniband] Allow for sending MADs via GMA without retransmission (diff)
downloadipxe-0fbf2f6bda3f380fd54d1aa2c0275c0a0227eea7.tar.gz
ipxe-0fbf2f6bda3f380fd54d1aa2c0275c0a0227eea7.tar.xz
ipxe-0fbf2f6bda3f380fd54d1aa2c0275c0a0227eea7.zip
[infiniband] Provide a general mechanism for multicast group joins
Generalise out the multicast group membership record code from IPoIB.
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 0eac0a8e..5e7fa09b 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -146,6 +146,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ib_qset ( ERRFILE_NET | 0x001a0000 )
#define ERRFILE_ib_gma ( ERRFILE_NET | 0x001b0000 )
#define ERRFILE_ib_pathrec ( ERRFILE_NET | 0x001c0000 )
+#define ERRFILE_ib_mcast ( ERRFILE_NET | 0x001d0000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )