]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/igb/igb_main.c
igb: change queue ordering for 82576 based adapters
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 23:49:40 +0000 (23:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 10:25:50 +0000 (03:25 -0700)
commitee1b9f06dca9c406b159904e9b13ea2dfa5ed037
tree6f7999311ba66b2d1abea54479309826dda3fc36
parent439705e1d7281cc8a4631a2dc390df7ad868bad8
igb: change queue ordering for 82576 based adapters

This patch changes the queue ordering for 82576 adapters so that if VFs are
enabled the queues will first be allocated out of the PF pool.  Any
remaining queues will be allocated out of other VMDq pools.

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>
drivers/net/igb/igb_main.c