View | Details | Raw Unified | Return to bug 221298
Collapse All | Expand All

(-)b/share/man/man4/ena.4 (-8 / +7 lines)
Lines 102-108 Supported PCI vendor ID/device IDs: Link Here
102
.Bl -diag
102
.Bl -diag
103
.It ena%d: failed to init mmio read less
103
.It ena%d: failed to init mmio read less
104
.Pp
104
.Pp
105
Error occured during initialization of the mmio register read request.
105
Error occurred during initialization of the mmio register read request.
106
.It ena%d: Can not reset device
106
.It ena%d: Can not reset device
107
.Pp
107
.Pp
108
Device could not be reset; device may not be responding or is already
108
Device could not be reset; device may not be responding or is already
Lines 123-129 was a problem with initialization of the resources. Link Here
123
Failed to get attributes of the device from the controller.
123
Failed to get attributes of the device from the controller.
124
.It ena%d: Cannot configure aenq groups rc: %d
124
.It ena%d: Cannot configure aenq groups rc: %d
125
.Pp
125
.Pp
126
Errors occured when trying to configure AENQ groups.
126
Errors occurred when trying to configure AENQ groups.
127
.El
127
.El
128
.Ss Driver initialisation/shutdown phase:
128
.Ss Driver initialisation/shutdown phase:
129
.Bl -diag
129
.Bl -diag
Lines 148-160 be attached. Link Here
148
Device initialization failed; driver will not be attached.
148
Device initialization failed; driver will not be attached.
149
.It ena%d: could not activate irq vector: %d
149
.It ena%d: could not activate irq vector: %d
150
.Pp
150
.Pp
151
Error occured when trying to activate interrupt vectors for Admin Queue.
151
Error occurred when trying to activate interrupt vectors for Admin Queue.
152
.It ena%d: failed to register interrupt handler for irq %ju: %d
152
.It ena%d: failed to register interrupt handler for irq %ju: %d
153
.Pp
153
.Pp
154
Error occured when trying to register Admin Queue interrupt handler.
154
Error occurred when trying to register Admin Queue interrupt handler.
155
.It ena%d: Cannot setup mgmnt queue intr
155
.It ena%d: Cannot setup mgmnt queue intr
156
.Pp
156
.Pp
157
Error occured during configuration of the Admin Queue interrupts.
157
Error occurred during configuration of the Admin Queue interrupts.
158
.It ena%d: Enable MSI-X failed
158
.It ena%d: Enable MSI-X failed
159
.Pp
159
.Pp
160
Configuration of the MSI-X for Admin Queue failed; there could be lack
160
Configuration of the MSI-X for Admin Queue failed; there could be lack
Lines 167-173 first and then detach routine should be called again. Link Here
167
.It ena%d: Unmapped RX DMA tag associations
167
.It ena%d: Unmapped RX DMA tag associations
168
.It ena%d: Unmapped TX DMA tag associations
168
.It ena%d: Unmapped TX DMA tag associations
169
.Pp
169
.Pp
170
Error occured when trying to destroy RX/TX DMA tag.
170
Error occurred when trying to destroy RX/TX DMA tag.
171
.It ena%d: Cannot init RSS
171
.It ena%d: Cannot init RSS
172
.It ena%d: Cannot fill indirect table
172
.It ena%d: Cannot fill indirect table
173
.It ena%d: Cannot fill indirect table
173
.It ena%d: Cannot fill indirect table
Lines 175-181 Error occured when trying to destroy RX/TX DMA tag. Link Here
175
.It ena%d: Cannot fill hash control
175
.It ena%d: Cannot fill hash control
176
.It ena%d: WARNING: RSS was not properly initialized, it will affect bandwidth
176
.It ena%d: WARNING: RSS was not properly initialized, it will affect bandwidth
177
.Pp
177
.Pp
178
Error occured during initialization of one of RSS resources; device is still
178
Error occurred during initialization of one of RSS resources; device is still
179
going to work but it will affect performance because all RX packets will be
179
going to work but it will affect performance because all RX packets will be
180
passed to queue 0 and there will be no hash information.
180
passed to queue 0 and there will be no hash information.
181
.It ena%d: failed to tear down irq: %d
181
.It ena%d: failed to tear down irq: %d
182
- 

Return to bug 221298