Skip to content

Commit b780fea

Browse files
ecree-solarflaredavem330
authored andcommitted
sfc_ef100: plumb in fini_dmaq
Bring down the TX and RX queues at ifdown, so that we can then fini the EVQs (otherwise the MC would return EBUSY because they're still in use). Signed-off-by: Edward Cree <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 8e57daf commit b780fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/sfc/ef100_nic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ const struct efx_nic_type ef100_pf_nic_type = {
528528
.rx_remove = efx_mcdi_rx_remove,
529529
.rx_write = ef100_rx_write,
530530
.rx_packet = __ef100_rx_packet,
531+
.fini_dmaq = efx_fini_dmaq,
531532
.max_rx_ip_filters = EFX_MCDI_FILTER_TBL_ROWS,
532533
.filter_table_probe = ef100_filter_table_up,
533534
.filter_table_restore = efx_mcdi_filter_table_restore,

0 commit comments

Comments
 (0)