From: Wei Liu Date: Thu, 10 Sep 2015 10:18:58 +0000 (+0100) Subject: xen-netfront: respect user provided max_queues X-Git-Tag: omap-for-v4.3/fixes-rc1~42^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a844056fd43dda647e1c3c6b9983bdfa04d17d;p=pandora-kernel.git xen-netfront: 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. Signed-off-by: Wei Liu Cc: David Vrabel Reviewed-by: David Vrabel Tested-by: David Vrabel Signed-off-by: David S. Miller --- Reading git-diff-tree failed