[ofw] [PATCH] core [5/5]

Sean Hefty sean.hefty at intel.com
Thu Apr 10 11:10:47 PDT 2008


Index: core/al/ib_statustext.c

===================================================================

--- core/al/ib_statustext.c  (revision 1047)

+++ core/al/ib_statustext.c  (working copy)

@@ -168,6 +168,7 @@

     "IB_WCS_REM_INVALID_REQ_ERR",

     "IB_WCS_BAD_RESP_ERR",

     "IB_WCS_LOCAL_ACCESS_ERR",

+    "IB_WCS_REM_ABORT_ERR",

     "IB_WCS_GENERAL_ERR",

     "IB_WCS_UNMATCHED_RESPONSE",              /* InfiniBand Access Layer */

     "IB_WCS_CANCELED",                                    /* InfiniBand Access
Layer */

Index: inc/iba/ib_types.h

===================================================================

--- inc/iba/ib_types.h (revision 1047)

+++ inc/iba/ib_types.h (working copy)

@@ -10417,7 +10417,8 @@

     IB_WCS_REM_INVALID_REQ_ERR,

     IB_WCS_BAD_RESP_ERR,

     IB_WCS_LOCAL_ACCESS_ERR,

-    IB_WCS_GENERAL_ERR,

+    IB_WCS_REM_ABORT_ERR,

+    IB_WCS_GENERAL_ERR,

 

Add new errors at the end of the enum.  Otherwise, this breaks compatibility.

 

- Sean

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080410/4ffc1f88/attachment.html>


More information about the ofw mailing list