From: eitan Date: Tue, 8 Nov 2005 09:39:07 +0000 (+0000) Subject: [OpenSM] Add FW version to CA attributes. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a64597f71f66841d18946c87ef588856034ff93e;p=~shefty%2Frdma-win.git [OpenSM] Add FW version to CA attributes. git-svn-id: svn://openib.tc.cornell.edu/gen1@147 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/ulp/opensm/user/include/iba/ib_types.h b/trunk/ulp/opensm/user/include/iba/ib_types.h index bfb4d371..eb1e11d2 100644 --- a/trunk/ulp/opensm/user/include/iba/ib_types.h +++ b/trunk/ulp/opensm/user/include/iba/ib_types.h @@ -7536,6 +7536,7 @@ typedef struct _ib_ca_attr uint32_t vend_id; uint16_t dev_id; uint16_t revision; + uint64_t fw_ver; /* * Total size of the ca attributes in bytes @@ -7625,6 +7626,9 @@ typedef struct _ib_ca_attr * revision * Revision ID of this adapter * +* Fw_ver +* Device Firmware version. +* * size * Total size in bytes for the HCA attributes. This size includes total * size required for all the variable members of the structure. If a diff --git a/trunk/ulp/opensm/user/include/iba/ib_types_extended.h b/trunk/ulp/opensm/user/include/iba/ib_types_extended.h index 3340c914..b3672902 100644 --- a/trunk/ulp/opensm/user/include/iba/ib_types_extended.h +++ b/trunk/ulp/opensm/user/include/iba/ib_types_extended.h @@ -607,6 +607,7 @@ typedef struct _ib_ca_attr uint32_t vend_id; uint16_t dev_id; uint16_t revision; + uint64_t fw_ver; /* * Total size of the ca attributes in bytes @@ -691,6 +692,9 @@ typedef struct _ib_ca_attr * revision * Revision ID of this adapter * +* Fw_ver +* Device Firmware version. +* * size * Total size in bytes for the HCA attributes. This size includes total * size required for all the variable members of the structure. If a