On 01/07/2020 20:05, Jakub Kicinski wrote: > On Wed, 1 Jul 2020 15:53:15 +0100 Edward Cree wrote: >> + netif_set_real_num_tx_queues(efx->net_dev, efx->n_tx_channels); >> + netif_set_real_num_rx_queues(efx->net_dev, efx->n_rx_channels); > For a third time in last 7 days - these can fail :) Yeah, I noticed the first twoand was wondering if you'd complain :)
> I know you're just moving them, but perhaps worth cleaning this up.. Ok, can do. -ed