commit | 26bc19ecf6c077c926827c25631340fd2e8fb16e | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Dec 26 01:34:11 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 26 01:34:11 2008 -0800 |
tree | fab4cb0d2c633b5f336046dcd3416d26ef3e08e0 | |
parent | 0e014cb16234c3797aa518d46fe7e1fe91ebcca9 [diff] |
igb: re-order queues to support cleaner use of ivar on 82576 The 82576 adapter orders the queues in pairs when virtualization is in use. The queue ordering previously conflicted with the ordering when sr-iov was enabled. This new ordering allows a PF to allocate 2 queues without using any VF resources. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>