File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ config SFC
6
6
select I2C
7
7
select I2C_ALGOBIT
8
8
select PTP_1588_CLOCK
9
- select SFC_FALCON
10
9
---help---
11
10
This driver supports 10/40-gigabit Ethernet cards based on
12
11
the Solarflare SFC9000-family and SFC9100-family controllers.
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ const char *const efx_reset_type_names[] = {
82
82
[RESET_TYPE_DISABLE ] = "DISABLE" ,
83
83
[RESET_TYPE_TX_WATCHDOG ] = "TX_WATCHDOG" ,
84
84
[RESET_TYPE_INT_ERROR ] = "INT_ERROR" ,
85
- [RESET_TYPE_RX_RECOVERY ] = "RX_RECOVERY" ,
86
85
[RESET_TYPE_DMA_ERROR ] = "DMA_ERROR" ,
87
86
[RESET_TYPE_TX_SKIP ] = "TX_SKIP" ,
88
87
[RESET_TYPE_MC_FAILURE ] = "MC_FAILURE" ,
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ enum efx_loopback_mode {
148
148
* @RESET_TYPE_DISABLE: Reset datapath, MAC and PHY; leave NIC disabled
149
149
* @RESET_TYPE_TX_WATCHDOG: reset due to TX watchdog
150
150
* @RESET_TYPE_INT_ERROR: reset due to internal error
151
- * @RESET_TYPE_RX_RECOVERY: reset to recover from RX datapath errors
152
151
* @RESET_TYPE_DMA_ERROR: DMA error
153
152
* @RESET_TYPE_TX_SKIP: hardware completed empty tx descriptors
154
153
* @RESET_TYPE_MC_FAILURE: MC reboot/assertion
@@ -166,15 +165,13 @@ enum reset_type {
166
165
RESET_TYPE_MAX_METHOD ,
167
166
RESET_TYPE_TX_WATCHDOG ,
168
167
RESET_TYPE_INT_ERROR ,
169
- RESET_TYPE_RX_RECOVERY ,
170
168
RESET_TYPE_DMA_ERROR ,
171
169
RESET_TYPE_TX_SKIP ,
172
170
RESET_TYPE_MC_FAILURE ,
173
171
/* RESET_TYPE_MCDI_TIMEOUT is actually a method, not just a reason, but
174
172
* it doesn't fit the scope hierarchy (not well-ordered by inclusion).
175
173
* We encode this by having its enum value be greater than
176
- * RESET_TYPE_MAX_METHOD. This also prevents issuing it with
177
- * efx_ioctl_reset.
174
+ * RESET_TYPE_MAX_METHOD.
178
175
*/
179
176
RESET_TYPE_MCDI_TIMEOUT ,
180
177
RESET_TYPE_MAX ,
Original file line number Diff line number Diff line change @@ -913,7 +913,7 @@ static u16 efx_farch_handle_rx_not_ok(struct efx_rx_queue *rx_queue,
913
913
if (rx_ev_other_err && net_ratelimit ()) {
914
914
netif_dbg (efx , rx_err , efx -> net_dev ,
915
915
" RX queue %d unexpected RX event "
916
- EFX_QWORD_FMT "%s%s%s%s%s%s%s%s \n" ,
916
+ EFX_QWORD_FMT "%s%s%s%s%s%s%s\n" ,
917
917
efx_rx_queue_index (rx_queue ), EFX_QWORD_VAL (* event ),
918
918
rx_ev_buf_owner_id_err ? " [OWNER_ID_ERR]" : "" ,
919
919
rx_ev_ip_hdr_chksum_err ?
You can’t perform that action at this time.
0 commit comments