diff mbox

libibumad: add UMAD_SA_STATUS_PRI_SUGGESTED to SA status.

Message ID 20130225100842.80371605421a69961735f1a0@llnl.gov (mailing list archive)
State Accepted
Delegated to: Hal Rosenstock
Headers show

Commit Message

Ira Weiny Feb. 25, 2013, 6:08 p.m. UTC
Per: A13.5.2 Subnet Administration Status Values (QoS)

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

Comments

Hal Rosenstock Feb. 26, 2013, 11:34 a.m. UTC | #1
On 2/25/2013 1:08 PM, Ira Weiny wrote:
> 
> 
> Per: A13.5.2 Subnet Administration Status Values (QoS)
> 
> Signed-off-by: Ira Weiny <weiny2@llnl.gov>

Thanks. Applied.

-- Hal
--
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/infiniband/umad_sa.h b/include/infiniband/umad_sa.h
index 5d6efe1..aaf2ac1 100644
--- a/include/infiniband/umad_sa.h
+++ b/include/infiniband/umad_sa.h
@@ -68,7 +68,8 @@  enum {
 	UMAD_SA_STATUS_TOO_MANY_RECORDS	= 4,
 	UMAD_SA_STATUS_INVALID_GID	= 5,
 	UMAD_SA_STATUS_INSUF_COMPS	= 6,
-	UMAD_SA_STATUS_REQ_DENIED	= 7
+	UMAD_SA_STATUS_REQ_DENIED	= 7,
+	UMAD_SA_STATUS_PRI_SUGGESTED	= 8
 };
 
 /* SA attributes */