Skip to content

Commit

Permalink
Fixed(rss-ladder): changed test-data expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
strizhechenko committed Dec 25, 2017
1 parent 08fc0ce commit b909f62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions tests/rss-ladder.tests/igb.E5606/expected
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- distribute interrupts of eth0 (-rx-) on socket 0
- eth0: irq 58 eth0-rx-0 -> 0
- eth0: irq 59 eth0-rx-1 -> 1
- eth0: irq 60 eth0-rx-2 -> 2
- eth0: irq 61 eth0-rx-3 -> 3
- eth0: queue eth0-rx-0 (irq 58) bound to CPU0
- eth0: queue eth0-rx-1 (irq 59) bound to CPU1
- eth0: queue eth0-rx-2 (irq 60) bound to CPU2
- eth0: queue eth0-rx-3 (irq 61) bound to CPU3
- distribute interrupts of eth0 (-tx-) on socket 0
- eth0: irq 62 eth0-tx-0 -> 0
- eth0: irq 63 eth0-tx-1 -> 1
- eth0: irq 64 eth0-tx-2 -> 2
- eth0: irq 65 eth0-tx-3 -> 3
- eth0: queue eth0-tx-0 (irq 62) bound to CPU0
- eth0: queue eth0-tx-1 (irq 63) bound to CPU1
- eth0: queue eth0-tx-2 (irq 64) bound to CPU2
- eth0: queue eth0-tx-3 (irq 65) bound to CPU3
16 changes: 8 additions & 8 deletions tests/rss-ladder.tests/ixgbe.E5645/expected
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- distribute interrupts of eth1 (-TxRx-) on socket 1
WARNING: some CPUs process multiple queues, consider reduce queue count for this network device
- eth1: irq 75 eth1-TxRx-0 -> 6
- eth1: irq 76 eth1-TxRx-1 -> 7
- eth1: irq 77 eth1-TxRx-2 -> 8
- eth1: irq 78 eth1-TxRx-3 -> 9
- eth1: irq 79 eth1-TxRx-4 -> 10
- eth1: irq 80 eth1-TxRx-5 -> 11
- eth1: irq 81 eth1-TxRx-6 -> 6
- eth1: irq 82 eth1-TxRx-7 -> 7
- eth1: queue eth1-TxRx-0 (irq 75) bound to CPU6
- eth1: queue eth1-TxRx-1 (irq 76) bound to CPU7
- eth1: queue eth1-TxRx-2 (irq 77) bound to CPU8
- eth1: queue eth1-TxRx-3 (irq 78) bound to CPU9
- eth1: queue eth1-TxRx-4 (irq 79) bound to CPU10
- eth1: queue eth1-TxRx-5 (irq 80) bound to CPU11
- eth1: queue eth1-TxRx-6 (irq 81) bound to CPU6
- eth1: queue eth1-TxRx-7 (irq 82) bound to CPU7

0 comments on commit b909f62

Please sign in to comment.