2 ;=============================================================================
\r
3 ;Copyright (c) 2001 Mellanox Technologies
\r
11 ; IPoIB Driver event log messages
\r
21 ;=============================================================================
\r
24 MessageIdTypedef = NDIS_ERROR_CODE
\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 IPoIB = 0x7:FACILITY_IPOIB_ERROR_CODE
\r
45 SymbolicName=EVENT_IPOIB_PORT_DOWN
\r
47 %2: Network controller link is down.
\r
52 Severity=Informational
\r
53 SymbolicName=EVENT_IPOIB_PORT_UP
\r
55 %2: Network controller link is up.
\r
61 Severity=Informational
\r
62 SymbolicName=EVENT_IPOIB_PORT_UP1
\r
64 %2: Network controller link is up at 2.5Gbps.
\r
69 Severity=Informational
\r
70 SymbolicName=EVENT_IPOIB_PORT_UP2
\r
72 %2: Network controller link is up at 5Gbps.
\r
77 Severity=Informational
\r
78 SymbolicName=EVENT_IPOIB_PORT_UP3
\r
80 %2: Network controller link is up at 10Gbps.
\r
85 Severity=Informational
\r
86 SymbolicName=EVENT_IPOIB_PORT_UP4
\r
88 %2: Network controller link is up at 20Gps.
\r
93 Severity=Informational
\r
94 SymbolicName=EVENT_IPOIB_PORT_UP5
\r
96 %2: Network controller link is up at 30Gps.
\r
101 Severity=Informational
\r
102 SymbolicName=EVENT_IPOIB_PORT_UP6
\r
104 %2: Network controller link is up at 40Gps.
\r
109 Severity=Informational
\r
110 SymbolicName=EVENT_IPOIB_PORT_UP7
\r
112 %2: Network controller link is up at 60Gps.
\r
117 Severity=Informational
\r
118 SymbolicName=EVENT_IPOIB_PORT_UP8
\r
120 %2: Network controller link is up at 120Gps.
\r
125 Severity=Informational
\r
126 SymbolicName=EVENT_IPOIB_INIT_SUCCESS
\r
128 %2: Driver Initialized succesfully.
\r
134 SymbolicName=EVENT_IPOIB_OPEN_CA
\r
136 %2: Failed to open Channel Adapter.
\r
142 SymbolicName=EVENT_IPOIB_ALLOC_PD
\r
144 %2: Failed to allocate Protection Domain.
\r
150 SymbolicName=EVENT_IPOIB_CREATE_RECV_CQ
\r
152 %2: Failed to create receive Completion Queue.
\r
158 SymbolicName=EVENT_IPOIB_CREATE_SEND_CQ
\r
160 %2: Failed to create send Completion Queue.
\r
166 SymbolicName=EVENT_IPOIB_CREATE_QP
\r
168 %2: Failed to create Queue Pair.
\r
174 SymbolicName=EVENT_IPOIB_QUERY_QP
\r
176 %2: Failed to get Queue Pair number.
\r
182 SymbolicName=EVENT_IPOIB_REG_PHYS
\r
184 %2: Failed to create DMA Memory Region.
\r
190 SymbolicName=EVENT_IPOIB_RECV_POOL
\r
192 %2: Failed to create receive descriptor pool.
\r
198 SymbolicName=EVENT_IPOIB_RECV_PKT_POOL
\r
200 %2: Failed to create NDIS_PACKET pool for receive indications.
\r
206 SymbolicName=EVENT_IPOIB_RECV_BUF_POOL
\r
208 %2: Failed to create NDIS_BUFFER pool for receive indications.
\r
214 SymbolicName=EVENT_IPOIB_SEND_PKT_POOL
\r
216 %2: Failed to create NDIS_PACKET pool for send processing.
\r
222 SymbolicName=EVENT_IPOIB_SEND_BUF_POOL
\r
224 %2: Failed to create NDIS_BUFFER pool for send processing.
\r
230 SymbolicName=EVENT_IPOIB_RECV_PKT_ARRAY
\r
232 %2: Failed to allocate receive indication array.
\r
238 SymbolicName=EVENT_IPOIB_PORT_INFO_TIMEOUT
\r
240 %2: Subnet Administrator query for port information timed out.
\r
241 Make sure the SA is functioning properly. Increasing the number
\r
242 of retries and retry timeout adapter parameters may solve the
\r
249 SymbolicName=EVENT_IPOIB_PORT_INFO_REJECT
\r
251 %2: Subnet Administrator failed the query for port information.
\r
252 Make sure the SA is functioning properly and compatible.
\r
258 SymbolicName=EVENT_IPOIB_QUERY_PORT_INFO
\r
260 %2: Subnet Administrator query for port information failed.
\r
266 SymbolicName=EVENT_IPOIB_BCAST_GET
\r
268 %2: Subnet Administrator failed query for broadcast group information.
\r
274 SymbolicName=EVENT_IPOIB_BCAST_JOIN
\r
276 %2: Subnet Administrator failed request to joing broadcast group.
\r
282 SymbolicName=EVENT_IPOIB_BCAST_RATE
\r
284 %2: The local port rate is too slow for the existing broadcast MC group.
\r
290 SymbolicName=EVENT_IPOIB_WRONG_PARAMETER_ERR
\r
292 %2: Incorrect value or non-existing registry for the required IPoIB parameter %3, overriding it by default value: %4
\r
298 SymbolicName=EVENT_IPOIB_WRONG_PARAMETER_WRN
\r
300 %2: Incorrect value or non-existing registry entry for the required IPoIB parameter %3, overriding it by default value: %4
\r
305 Severity=Informational
\r
306 SymbolicName=EVENT_IPOIB_WRONG_PARAMETER_INFO
\r
308 %2: Incorrect value or non-existing registry for the optional IPoIB parameter %3, overriding it by default value: %4
\r
314 SymbolicName=EVENT_IPOIB_PARTITION_ERR
\r
316 %2: Pkey index not found for partition , change switch pkey configuration.
\r