Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] IB: Define more SA methods

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>

authored by

Hal Rosenstock and committed by
Roland Dreier
1325cc79 17781cd6

+5 -1
+5 -1
include/rdma/ib_sa.h
··· 46 46 47 47 IB_SA_METHOD_GET_TABLE = 0x12, 48 48 IB_SA_METHOD_GET_TABLE_RESP = 0x92, 49 - IB_SA_METHOD_DELETE = 0x15 49 + IB_SA_METHOD_DELETE = 0x15, 50 + IB_SA_METHOD_DELETE_RESP = 0x95, 51 + IB_SA_METHOD_GET_MULTI = 0x14, 52 + IB_SA_METHOD_GET_MULTI_RESP = 0x94, 53 + IB_SA_METHOD_GET_TRACE_TBL = 0x13 50 54 }; 51 55 52 56 enum ib_sa_selector {