[infiniband] Create a general management agent

Generalise the subnet management agent into a general management agent
capable of sending and responding to MADs, including support for
retransmissions as necessary.
This commit is contained in:
Michael Brown
2009-07-06 23:09:26 +01:00
parent 365b8db5cf
commit 1d8c85d112
6 changed files with 534 additions and 7 deletions

View File

@@ -201,6 +201,8 @@ struct ib_smp_class_specific {
*****************************************************************************
*/
#define IB_SA_CLASS_VERSION 2
struct ib_rmpp_hdr {
uint32_t raw[3];
} __attribute__ (( packed ));