mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 09:04:37 +03:00
[infiniband] Add the concept of a management interface
A management interface is the component through which both local and remote management agents are accessed. This new implementation of a management interface allows for the user to react to timed-out transactions, and also allows for cancellation of in-progress transactions.
This commit is contained in:
@@ -491,7 +491,9 @@ struct ib_mad_hdr {
|
||||
#define IB_MGMT_CLASS_CM 0x07
|
||||
#define IB_MGMT_CLASS_SNMP 0x08
|
||||
#define IB_MGMT_CLASS_VENDOR_RANGE2_START 0x30
|
||||
#define IB_MGMT_CLASS_VENDOR_RANGE2_END 0x4F
|
||||
#define IB_MGMT_CLASS_VENDOR_RANGE2_END 0x4f
|
||||
|
||||
#define IB_MGMT_CLASS_MASK 0x7f
|
||||
|
||||
/* Management methods */
|
||||
#define IB_MGMT_METHOD_GET 0x01
|
||||
|
||||
Reference in New Issue
Block a user