]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: remove extra unused queues in DCB + FCoE case
authorJohn Fastabend <john.r.fastabend@intel.com>
Tue, 5 Jun 2012 05:58:52 +0000 (05:58 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 21 Jul 2012 23:06:21 +0000 (16:06 -0700)
commit133ad7ec95b2ace91d6bfc94491c872af81d46f2
tree24413ded7c50d3c91f5104e1e3806aae9767df81
parent1be6ec8eb4849b081822af8f8428b35ff87e3008
ixgbe: remove extra unused queues in DCB + FCoE case

With DCB and FCoE configured extra queues may be allocated and
never used. After this patch we calculate the max correctly.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c