From: Manish Chopra Date: Thu, 2 Jan 2014 18:38:44 +0000 (-0500) Subject: qlcnic: Fix resource allocation for TX queues X-Git-Tag: v3.13-rc8~16^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e3ccf83bab261c5b55623bd3e9d1147b1c2e19;p=pandora-kernel.git qlcnic: Fix resource allocation for TX queues o TX queues allocation was getting distributed equally among all the functions of the port including VFs and PF. Which was leading to failure in PF's multiple TX queues creation. o Instead of dividing queues equally allocate one TX queue for each VF as VF doesn't support multiple TX queues. Signed-off-by: Manish Chopra Signed-off-by: David S. Miller --- Reading git-diff-tree failed