This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changelog for igb-5.1.2 | |
======================== | |
* Change how driver update rx packet stats, to include additional packet types. | |
* Add support for freeing q_vectors via RCU. | |
* Change how PBA is reported when using flashless i210/i211. | |
* Fixes to improve load performance for flashless i210 devices. | |
* Add get/set_channels function for queue management via ethtool. | |
* Update the number of tries for copper link in Media Auto Sense feature due to behavior with no cables. | |
* Add function to output RSS table via ethtool. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 | 22 | 31 | 15 | 68 | 14 | 阿会喃 | 1 | |
---|---|---|---|---|---|---|---|---|
62 | 34 | 27 | 27 | 59 | 20 | 晏明 | 2 | |
30 | 58 | 66 | 28 | 27 | 9 | 韋康 | 3 | |
20 | 68 | 73 | 68 | 18 | 21 | 韋昭 | 4 | |
21 | 84 | 80 | 62 | 72 | 70 | 伊籍 | 5 | |
63 | 47 | 42 | 31 | 42 | 17 | 尹楷 | 6 | |
37 | 47 | 71 | 33 | 35 | 23 | 尹賞 | 7 | |
12 | 37 | 50 | 56 | 12 | 10 | 尹大目 | 8 | |
63 | 49 | 61 | 54 | 61 | 42 | 尹奉 | 9 | |
20 | 73 | 87 | 30 | 22 | 7 | 尹黙 | 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# conf | |
FILENAME=/data/testfile | |
SIZE=20G | |
RUNTIME=60 | |
SLEEPTIME=10 | |
# exec | |
echo -e "===== IOPS =====\n" |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Tue Sep 9 2014 Johnny Hughes <[email protected]> [2.6.32-431.29.2.el6.centos] | |
- Roll in CentOS Branding | |
* Sun Jul 27 2014 Petr Holasek <[email protected]> [2.6.32-431.29.2.el6] | |
- [kernel] futex: Fix errors in nested key ref-counting (Denys Vlasenko) [1094457 1094458] {CVE-2014-0205} | |
- [net] vxlan: fix NULL pointer dereference (Jiri Benc) [1114549 1096351] {CVE-2014-3535} | |
* Sun Jul 27 2014 Petr Holasek <[email protected]> [2.6.32-431.29.1.el6] | |
- [mm] hugetlb: ensure hugepage access is denied if hugepages are not supported (Gustavo Duarte) [1118782 1086450] | |
- [security] keys: Increase root_maxkeys and root_maxbytes sizes (Steve Dickson) [1115542 1113607] |