[PATCH] IB: Define more SA methods
authorHal Rosenstock <halr@voltaire.com>
Fri, 9 Sep 2005 20:45:51 +0000 (13:45 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 9 Sep 2005 20:45:51 +0000 (13:45 -0700)
ib_sa.h: Define more SA methods (initially for madeye decode)

Signed-off-by: Hal Rosenstock <halr@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
include/rdma/ib_sa.h

index c022edf..0f4f5ec 100644 (file)
@@ -46,7 +46,11 @@ enum {
 
        IB_SA_METHOD_GET_TABLE          = 0x12,
        IB_SA_METHOD_GET_TABLE_RESP     = 0x92,
-       IB_SA_METHOD_DELETE             = 0x15
+       IB_SA_METHOD_DELETE             = 0x15,
+       IB_SA_METHOD_DELETE_RESP        = 0x95,
+       IB_SA_METHOD_GET_MULTI          = 0x14,
+       IB_SA_METHOD_GET_MULTI_RESP     = 0x94,
+       IB_SA_METHOD_GET_TRACE_TBL      = 0x13
 };
 
 enum ib_sa_selector {