commit | f3e3ccf83bab261c5b55623bd3e9d1147b1c2e19 | [log] [tgz] |
---|---|---|
author | Manish Chopra <manish.chopra@qlogic.com> | Thu Jan 02 13:38:44 2014 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 02 17:19:12 2014 -0500 |
tree | 94f2d5868cd978835775be366e3a20074419d4f9 | |
parent | d9c602f033b00ba360a324c0ee5aa59a6838fb40 [diff] |
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 <manish.chopra@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>