Revision: 2973 Author: stansmith Date: 2:35:51 PM, Friday, October 15, 2010 Message: [AL] Populate the missing items from __ib_async_event_str[] such that ib_get_async_event_str() reports the correct string for the specified AE_xxx code. Tested in building & validating winOFED 2.3 pre-RC5.
signed-off-by: stan smith <[email protected]> ---- Modified : /gen1/branches/WOF2-3/core/al/ib_statustext.c Modified : /gen1/trunk/core/al/ib_statustext.c --- A/core/al/ib_statustext.c Fri Oct 15 14:29:02 2010 +++ B/core/al/ib_statustext.c Fri Oct 15 13:23:22 2010 @@ -140,6 +140,19 @@ "IB_AE_WQ_ACCESS_ERROR", "IB_AE_PORT_ACTIVE", /* ACTIVE STATE */ "IB_AE_PORT_DOWN", /* INIT", ARMED", DOWN */ + "IB_AE_CLIENT_REREGISTER", + "IB_AE_SRQ_LIMIT_REACHED", + "IB_AE_SRQ_CATAS_ERROR", + "IB_AE_SRQ_QP_LAST_WQE_REACHED", + "IB_AE_RESET_DRIVER", + "IB_AE_RESET_CLIENT", + "IB_AE_RESET_END", + "IB_AE_RESET_FAILED", + "IB_AE_LID_CHANGE", + "IB_AE_PKEY_CHANGE", + "IB_AE_SM_CHANGE", + "IB_AE_GID_CHANGE", + "IB_AE_RESET_4_RMV", "IB_AE_UNKNOWN" }; _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
