Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e0c5516 authored by David S. Miller's avatar David S. Miller
Browse files
parents 477206a0 3132d282
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1349,7 +1349,7 @@ static int efx_probe_interrupts(struct efx_nic *efx)
	}

	/* RSS might be usable on VFs even if it is disabled on the PF */
	efx->rss_spread = (efx->n_rx_channels > 1 ?
	efx->rss_spread = ((efx->n_rx_channels > 1 || !efx_sriov_wanted(efx)) ?
			   efx->n_rx_channels : efx_vf_size(efx));

	return 0;