Skip to content

Commit

Permalink
[PATCH] IB: Define more SA methods
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hal Rosenstock authored and Roland Dreier committed Sep 9, 2005
1 parent 17781cd commit 1325cc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/rdma/ib_sa.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1325cc7

Please sign in to comment.