Skip to content

Instantly share code, notes, and snippets.

View namikawa's full-sized avatar

Y.Namikawa namikawa

View GitHub Profile
@namikawa
namikawa / igb_ChangeLog_201401
Created December 18, 2019 10:10
2014/01: どこにもまとまった記載がなく、まとめて修正履歴を確認したかったので、勝手ながら各バージョンのリリースノートを掘り起し、貼り付けさせていただいた。NICチップは、 82575, 82576, 82580, I350, and I210/211 向け。バージョン2.4以降のhistoryを記載。
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.
@namikawa
namikawa / sangokushi3_busho_list.tsv
Last active May 25, 2019 01:24
NGT で Load するためのサンプルファイル。光栄三國志3の武将データ一覧。パラメータを左寄せしてヘッダを除去。項目は左から "武力、知力、政治、魅力、陸指、水指、名前、ID"
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
#!/bin/bash
# conf
FILENAME=/data/testfile
SIZE=20G
RUNTIME=60
SLEEPTIME=10
# exec
echo -e "===== IOPS =====\n"
@namikawa
namikawa / CentOS_6.5_kernel_CHANGELOG
Created September 11, 2014 06:45
CentOS 6.5 kernel (kernel-2.6.32-431.29.2) の CHANGELOG
This file has been truncated, but you can view the full file.
* Tue Sep 9 2014 Johnny Hughes <johnny@centos.org> [2.6.32-431.29.2.el6.centos]
- Roll in CentOS Branding
* Sun Jul 27 2014 Petr Holasek <pholasek@redhat.com> [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 <pholasek@redhat.com> [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]