From: Yuval Mintz Date: Sun, 20 Oct 2013 14:51:26 +0000 (+0200) Subject: bnx2x: Fix Maximum CoS estimation for VFs X-Git-Tag: v3.12-rc7~20^2~8^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1239723f0564778d993d51d18afdfda01bdaca3;p=pandora-kernel.git bnx2x: Fix Maximum CoS estimation for VFs bnx2x VFs do not support Multi-CoS; Current implementation erroneously sets the VFs maximal number of CoS to be > 1. This will cause the driver to call alloc_etherdev_mqs() with a number of queues it cannot possibly support and reflects in 'odd' driver prints. Signed-off-by: Yuval Mintz Signed-off-by: Ariel Elior Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed