]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OPENSM] added new work completion code
authorleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 14 Apr 2008 08:07:45 +0000 (08:07 +0000)
committerleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 14 Apr 2008 08:07:45 +0000 (08:07 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@1057 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/opensm/user/include/iba/ib_types.h

index 6c811b45d5f6f6d9be1e249966920b18b161384e..6f12ca2052d22b78572c488b27609311d280aff2 100644 (file)
@@ -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