[infiniband] Provide a general mechanism for multicast group joins

Generalise out the multicast group membership record code from IPoIB.
This commit is contained in:
Michael Brown
2009-07-07 16:07:31 +01:00
parent 3c77fe73a5
commit 0fbf2f6bda
6 changed files with 274 additions and 129 deletions

View File

@@ -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 ));