2 ;=============================================================================
\r
3 ;Copyright (c) 2007 Mellanox Technologies
\r
11 ; MLX4 Driver event log messages
\r
21 ;=============================================================================
\r
24 MessageIdTypedef = NTSTATUS
\r
27 Success = 0x0:STATUS_SEVERITY_SUCCESS
\r
28 Informational = 0x1:STATUS_SEVERITY_INFORMATIONAL
\r
29 Warning = 0x2:STATUS_SEVERITY_WARNING
\r
30 Error = 0x3:STATUS_SEVERITY_ERROR
\r
35 RpcRuntime = 0x2:FACILITY_RPC_RUNTIME
\r
36 RpcStubs = 0x3:FACILITY_RPC_STUBS
\r
37 Io = 0x4:FACILITY_IO_ERROR_CODE
\r
38 MLX4 = 0x8:FACILITY_MLX4_ERROR_CODE
\r
42 MessageId=0x0001 Facility=MLX4 Severity=Informational SymbolicName=EVENT_MLX4_ANY_INFO
\r
47 MessageId=0x0002 Facility=MLX4 Severity=Warning SymbolicName=EVENT_MLX4_ANY_WARN
\r
51 MessageId=0x0003 Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ANY_ERROR
\r
56 MessageId=0x0004 Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ERROR_LIFEFISH_OK
\r
58 mlx4_bus has started in non-operational mode.
\r
61 MessageId=0x0005 Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ERROR_LIFEFISH_FAIL
\r
63 mlx4_bus has failed to start even in non-operational mode.%n
\r
64 Look into the the previous error messages.
\r
67 MessageId=0x0006 Facility=MLX4 Severity=Informational SymbolicName=EVENT_MLX4_INFO_DEV_STARTED
\r
69 mlx4_bus has been successfully started.%n
\r
70 The device parameters are:%n
\r
76 FW version %t%7.%8.%9%n
\r
78 HCA location %t'%12'
\r
81 MessageId=0x0007 Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ERROR_MAP_FA
\r
83 MAP_FA command failed with error %2.%n
\r
84 The adapter card is non-functional.%n
\r
85 Most likely a FW problem.%n
\r
86 Please burn the last FW and restart the mlx4_bus driver.
\r
89 MessageId=0x0008 Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ERROR_RUN_FW
\r
91 RUN_FW command failed with error %2.%n
\r
92 The adapter card is non-functional.%n
\r
93 Most likely a FW problem.%n
\r
94 Please burn the last FW and restart the mlx4_bus driver.
\r
97 MessageId=0x0009 Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ERROR_QUERY_FW
\r
99 QUERY_FW command failed with error %2.%n
\r
100 The adapter card is non-functional.%n
\r
101 Most likely a FW problem.%n
\r
102 Please burn the last FW and restart the mlx4_bus driver.
\r
105 MessageId=0x000a Facility=MLX4 Severity=Warning SymbolicName=EVENT_MLX4_WARN_QUERY_FW
\r
107 Function disabled.%n
\r
108 This device is multi-functional.%n
\r
109 Please upgrade to a multi-function driver.
\r
112 MessageId=0x000b Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ERROR_QUERY_DEV_CAP
\r
114 QUERY_DEV_CAP command failed with error %2.%n
\r
115 The adapter card is non-functional.%n
\r
116 Most likely a FW problem.%n
\r
117 Please burn the last FW and restart the mlx4_bus driver.
\r
120 MessageId=0x000c Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ERROR_QUERY_ADAPTER
\r
122 QUERY_ADAPTER command failed with error %2.%n
\r
123 The adapter card is non-functional.%n
\r
124 Most likely a FW problem.%n
\r
125 Please burn the last FW and restart the mlx4_bus driver.
\r
128 MessageId=0x000d Facility=MLX4 Severity=Error SymbolicName=EVENT_MLX4_ERROR_NOT_ENOUGH_QPS
\r
130 Too few QPs were requested (requested %2, reserved for FW %3).%n
\r
131 The adapter card is non-functional.%n
\r
132 Please increase the Registry LogNumQp parameter under HKLM\System\CurrentControlSet\Services\mlx4_bus\Parameters.
\r
135 MessageId=0x000e Facility=MLX4 Severity=Informational SymbolicName=EVENT_MLX4_INFO_RESET_START
\r
137 Performing HCA restart ...
\r
140 MessageId=0x000f Facility=MLX4 Severity=Informational SymbolicName=EVENT_MLX4_INFO_RESET_END
\r
142 HCA restart finished. Notifying the clients ...
\r