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

Commit 5b874e25 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

sfc: Restore the effect of the rss_cpus module parameter



Commit a4900ac9 ("sfc: Create multiple TX queues") accidentally
disabled the rss_cpus module parameter.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent 97653431
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1153,6 +1153,9 @@ static int efx_wanted_channels(void)
	int count;
	int cpu;

	if (rss_cpus)
		return rss_cpus;

	if (unlikely(!zalloc_cpumask_var(&core_mask, GFP_KERNEL))) {
		printk(KERN_WARNING
		       "sfc: RSS disabled due to allocation failure\n");