From e760498d2a4e8e68ed0fdd1e1ca3e8129c1dfa2e Mon Sep 17 00:00:00 2001 From: leonidk Date: Mon, 14 Apr 2008 08:07:45 +0000 Subject: [PATCH] [OPENSM] added new work completion code git-svn-id: svn://openib.tc.cornell.edu/gen1@1057 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/ulp/opensm/user/include/iba/ib_types.h | 22 +++++++++----------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/trunk/ulp/opensm/user/include/iba/ib_types.h b/trunk/ulp/opensm/user/include/iba/ib_types.h index 6c811b45..6f12ca20 100644 --- a/trunk/ulp/opensm/user/include/iba/ib_types.h +++ b/trunk/ulp/opensm/user/include/iba/ib_types.h @@ -9631,7 +9631,6 @@ typedef enum _ib_wc_status_t IB_WCS_SUCCESS, IB_WCS_LOCAL_LEN_ERR, IB_WCS_LOCAL_OP_ERR, - IB_WCS_LOCAL_EEC_OP_ERR, IB_WCS_LOCAL_PROTECTION_ERR, IB_WCS_WR_FLUSHED_ERR, IB_WCS_MEM_WINDOW_BIND_ERR, @@ -9640,12 +9639,13 @@ typedef enum _ib_wc_status_t IB_WCS_RNR_RETRY_ERR, IB_WCS_TIMEOUT_RETRY_ERR, IB_WCS_REM_INVALID_REQ_ERR, - IB_WCS_REM_INVALID_RD_REQ_ERR, - IB_WCS_INVALID_EECN, - IB_WCS_INVALID_EEC_STATE, - IB_WCS_UNMATCHED_RESPONSE, /* InfiniBand Access Layer */ - IB_WCS_CANCELED, /* InfiniBand Access Layer */ - IB_WCS_UNKNOWN /* Must be last. */ + IB_WCS_BAD_RESP_ERR, + IB_WCS_LOCAL_ACCESS_ERR, + IB_WCS_GENERAL_ERR, + IB_WCS_UNMATCHED_RESPONSE, /* InfiniBand Access Layer */ + IB_WCS_CANCELED, /* InfiniBand Access Layer */ + IB_WCS_REM_ABORT_ERR, + IB_WCS_UNKNOWN /* Must be last. */ } ib_wc_status_t; /* @@ -9715,11 +9715,9 @@ typedef enum _ib_wc_status_t * Responder detected an invalid RD message. This may be the result of an * invalid qkey or an RDD mismatch. * -* IB_WCS_INVALID_EECN -* An invalid EE context number was detected. -* -* IB_WCS_INVALID_EEC_STATE -* The EEC was in an invalid state for the specified request. +* IB_WCS_REM_ABORT_ERR, +* The operation was aborted (e.g., For UD QPs associated with an SRQ, +* the responder aborted the operation). * * IB_WCS_UNMATCHED_RESPONSE * A response MAD was received for which there was no matching send. The -- 2.41.0