@@ -102,7 +102,7 @@ enum MAD_METHODS {
IB_MAD_METHOD_GET_TABLE = UMAD_SA_METHOD_GET_TABLE,
IB_MAD_METHOD_GET_TABLE_RESPONSE = UMAD_SA_METHOD_GET_TABLE_RESP,
IB_MAD_METHOD_GET_TRACE_TABLE = UMAD_SA_METHOD_GET_TRACE_TABLE,
- IB_MAD_METHOD_GET_TRACE_TABLE_RESPONSE = 0x93, /* Not in spec */
+ IB_MAD_METHOD_GET_TRACE_TABLE_RESPONSE = UMAD_SA_METHOD_GET_TABLE_RESP,
IB_MAD_METHOD_GETMULTI = UMAD_SA_METHOD_GET_MULTI,
IB_MAD_METHOD_GETMULTI_RESPONSE = UMAD_SA_METHOD_GET_MULTI_RESP,
IB_MAD_METHOD_DELETE = UMAD_SA_METHOD_DELETE,
A response to a get trace table request is a get table response. There is no 'get trace table response'. See IB spec 1.2.1, section 15.4.9. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- include/infiniband/mad.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 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