| 229 | |
| 230 | == Jumbo Frames not supported == |
| 231 | * ジャンボフレーム未対応のNICに直接ローカルブリッジすると、大量にエラーメッセージが出る |
| 232 | {{{ |
| 233 | Dec 8 07:14:51 HOSTNAME kernel: [ 2025.252448] e1000e 0000:00:19.0: eth0: Jumbo Frames not supported. |
| 234 | }}} |
| 235 | * スループット測定ツール使用下で、100行/sec程度 |
| 236 | * 短時間でsyslog, kern.logなどが肥大化する |
| 237 | * [http://www.pc-links.com/blog/hikari-denwa/packetix-beta2/ PacketiX VPN Server(β2)を使う | よもやま雑記帳] |
| 238 | * VPN越しの送信スループットが極端に低下する(詳しくは未検証) |
| 239 | |
| 240 | * Intel 82566MM Gigabit Network Connection |
| 241 | * lspci -vvv -s 19.0 |
| 242 | {{{ |
| 243 | 00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03) |
| 244 | Subsystem: Lenovo ThinkPad T61 |
| 245 | Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ |
| 246 | Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- |
| 247 | Latency: 0 |
| 248 | Interrupt: pin A routed to IRQ 47 |
| 249 | Region 0: Memory at fe200000 (32-bit, non-prefetchable) [size=128K] |
| 250 | Region 1: Memory at fe225000 (32-bit, non-prefetchable) [size=4K] |
| 251 | Region 2: I/O ports at 1840 [size=32] |
| 252 | Capabilities: [c8] Power Management version 2 |
| 253 | Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) |
| 254 | Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME- |
| 255 | Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ |
| 256 | Address: 00000000fee0100c Data: 4122 |
| 257 | Kernel driver in use: e1000e |
| 258 | Kernel modules: e1000e |
| 259 | }}} |
| 260 | * [http://www.thinkpad-club.net/modules/d3forum/index.php?topic_id=3709 ThinkPad Club - X60でジャンボフレームは使用可能???] |
| 261 | |
| 262 | * tapにローカルブリッジし、それをbrctlで物理NICにブリッジする方法で解決可能 |
| 263 | |