From: Alexander Duyck Date: Wed, 17 Nov 2010 03:26:59 +0000 (-0800) Subject: ixgbe: change vector numbering so that queues end up on correct CPUs X-Git-Tag: v2.6.38-rc1~476^2~547^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32aa77a4fc06bd1116f83c25bf0389a3e9b80533;p=pandora-kernel.git ixgbe: change vector numbering so that queues end up on correct CPUs This changes the numbering scheme slightly. Previously the ordering was coming out like this: Rx-2 Rx-1 Rx-0 TxRx-0 Which would drop two queues on CPU 0. This change makes it so that the ordering is like this: Rx-3 Rx-2 Rx-1 TxRx-0 This means that each CPU will have it's own Rx queue, and only CPU 0 will have the Tx queue. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed