diff mbox

opensm: ib_types.h add defines for PM CPI SamplesOnlySupported and PortCountersXmitWaitSupported

Message ID 20110426174550.0cf20b57.weiny2@llnl.gov (mailing list archive)
State Accepted
Delegated to: Alex Netes
Headers show

Commit Message

Ira Weiny April 27, 2011, 12:45 a.m. UTC
From: Ira Weiny <weiny2@llnl.gov>
Date: Tue, 26 Apr 2011 17:35:38 -0700
Subject: [PATCH] opensm: ib_types.h add defines for PM CPI SamplesOnlySupported and PortCountersXmitWaitSupported

Per IBTA v1.2.1 section 16.1.3.1

Signed-off-by: Ira Weiny <weiny2@llnl.gov>
---
 include/iba/ib_types.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Alex Netes April 27, 2011, 7:29 a.m. UTC | #1
On 17:45 Tue 26 Apr     , Ira Weiny wrote:
> 
> From: Ira Weiny <weiny2@llnl.gov>
> Date: Tue, 26 Apr 2011 17:35:38 -0700
> Subject: [PATCH] opensm: ib_types.h add defines for PM CPI SamplesOnlySupported and PortCountersXmitWaitSupported
> 
> Per IBTA v1.2.1 section 16.1.3.1
> 
> Signed-off-by: Ira Weiny <weiny2@llnl.gov>
> ---

Applied. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/iba/ib_types.h b/include/iba/ib_types.h
index 24f5662..b713f33 100644
--- a/include/iba/ib_types.h
+++ b/include/iba/ib_types.h
@@ -3489,6 +3489,8 @@  typedef struct _ib_class_port_info {
 #define IB_PM_ALL_PORT_SELECT			(CL_HTON16(((uint16_t)1)<<8))
 #define IB_PM_EXT_WIDTH_SUPPORTED		(CL_HTON16(((uint16_t)1)<<9))
 #define IB_PM_EXT_WIDTH_NOIETF_SUP		(CL_HTON16(((uint16_t)1)<<10))
+#define IB_PM_SAMPLES_ONLY_SUP			(CL_HTON16(((uint16_t)1)<<11))
+#define IB_PM_PC_XMIT_WAIT_SUP			(CL_HTON16(((uint16_t)1)<<12))
 
 /****f* IBA Base: Types/ib_class_set_resp_time_val
 * NAME