aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Duyck <[email protected]>2010-11-16 19:26:59 -0800
committerJeff Kirsher <[email protected]>2010-11-16 19:26:59 -0800
commit32aa77a4fc06bd1116f83c25bf0389a3e9b80533 (patch)
tree7672d5a6b428f6dfcd5a3c42984435a059c78385 /tools/perf/scripts/python
parentb953799ee29075afd30afe4c0fb65f278b088f69 (diff)
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 <[email protected]> Tested-by: Ross Brattain <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions