[openib-general] Vendor specific MAD support
Hal Rosenstock
halr at voltaire.com
Tue Oct 4 11:58:28 PDT 2005
On Tue, 2005-10-04 at 14:17, Viswanath Krishnamurthy wrote:
> Does openIB Gen2 stack umad/mad library support Vendor specific MAD
> extensions ?
libibmad has some support for vendor MADs:
uint8_t *
ib_vendor_call(void *data, ib_portid_t *portid, ib_vendor_call_t *call)
where:
typedef struct ib_vendor_call {
uint method;
uint mgmt_class;
uint attrid;
uint mod;
uint32_t oui;
uint timeout;
ib_rmpp_hdr_t rmpp;
} ib_vendor_call_t;
You can look at ibping or ibsysstat (under diags) for use of this.
-- Hal
More information about the general
mailing list