summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ib_mad.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/ib_mad.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/ib_mad.h')
-rw-r--r--src/include/gpxe/ib_mad.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/ib_mad.h b/src/include/gpxe/ib_mad.h
index eaea12b8..d4582c34 100644
--- a/src/include/gpxe/ib_mad.h
+++ b/src/include/gpxe/ib_mad.h
@@ -203,6 +203,8 @@ struct ib_smp_class_specific {
#define IB_SA_CLASS_VERSION 2
+#define IB_SA_METHOD_DELETE_RESP 0x95
+
struct ib_rmpp_hdr {
uint32_t raw[3];
} __attribute__ (( packed ));