Thank you to all for suggestions! I solved my issue.
I enabled multi queue on ethernet in bond interfaces, and now I got all 2Gpbs with multi connections.
I enabled 4 queue for driver igb
cpmq set rx_num igb 4
Enabled queue for interfaces
cpmq set -f
and after reboot I have this situation:
Code:
# cpmq get -v
Active igb interfaces:
Mgmt [Off]
Sync [Off]
eth1 [On]
eth1-01 [On]
eth1-05 [On]
eth5 [On]
eth8 [Off]
The rx_num for igb is: 4
multi-queue affinity for igb interfaces:
CPU | TX | Vector | RX Bytes
-------------------------------------------------------------
0 | 0 | eth1-01-TxRx-0 (186) | 30661660675
| | eth1-05-TxRx-0 (91) |
| | eth1-TxRx-0 (179) |
| | eth5-TxRx-0 (227) |
1 | 2 | eth1-01-TxRx-2 (202) | 19214905571
| | eth1-05-TxRx-2 (107) |
| | eth1-TxRx-2 (195) |
| | eth5-TxRx-2 (52) |
2 | 0 | |
3 | 2 | |
4 | 0 | |
5 | 2 | |
6 | 0 | |
7 | 2 | |
8 | 1 | eth1-01-TxRx-1 (194) | 26115216389
| | eth1-05-TxRx-1 (99) |
| | eth1-TxRx-1 (187) |
| | eth5-TxRx-1 (235) |
9 | 3 | eth1-01-TxRx-3 (210) | 683483583031
| | eth1-05-TxRx-3 (115) |
| | eth1-TxRx-3 (203) |
| | eth5-TxRx-3 (60) |
10 | 1 | |
11 | 3 | |
12 | 1 | |
13 | 3 | |
14 | 1 | |
15 | 3 | |
Bookmarks