From: Wei Liu Date: Thu, 10 Sep 2015 10:18:57 +0000 (+0100) Subject: xen-netback: respect user provided max_queues X-Git-Tag: omap-for-v4.3/fixes-rc1~42^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c82ac3c37363e8c4ded6a5fe1ec5fa756b34df3;p=pandora-kernel.git xen-netback: respect user provided max_queues Originally that parameter was always reset to num_online_cpus during module initialisation, which renders it useless. The fix is to only set max_queues to num_online_cpus when user has not provided a value. Reported-by: Johnny Strom Signed-off-by: Wei Liu Reviewed-by: David Vrabel Acked-by: Ian Campbell Signed-off-by: David S. Miller --- Reading git-diff-tree failed