我注意到在我的一些服务器的网卡上有大量丢包。
你以前见过这样的事吗? 任何想法可能是什么问题?
下面有一些可能与诊断此问题相关的信息。
ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:1C:C0:C0:EA:26 inet addr:192.168.100.90 Bcast:192.168.100.255 Mask:255.255.255.0 inet6 addr: fe80::21c:c0ff:fec0:26ea/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:613183643 errors:0 dropped:3745216480 overruns:0 frame:0 TX packets:591528174 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2579582564 (2.4 GiB) TX bytes:2103414697 (1.9 GiB) Interrupt:177 Base address:0x4000
lspci -nn
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
ethtool eth0
Settings for eth0: Supported ports: [ FIBRE ] Supported link modes: 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: Not reported Advertised auto-negotiation: Yes Speed: 1000Mb/s Duplex: Full Port: FIBRE PHYAD: 0 Transceiver: internal Auto-negotiation: on Supports Wake-on: pumbg Wake-on: p Current message level: 0x00000033 (51) Link detected: yes
dmesg的
r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded eth0: RTL8169 at 0xf8824000, 00:1c:c0:c0:ea:26, IRQ 177 r8169: eth0: link up eth0: no IPv6 routers present
的/ proc /中断
CPU0 CPU1 177: 13417368 1016623344 IO-APIC-level eth0
更多信息:
不幸的是,如果你google的r8169接口和“丢包”
一份报告说,他们从Realtek的一个新的驱动程序解决他们的问题。 另一场比赛是一个红帽臭虫报告,说这是在一个新的内核修复。 希望这意味着它在上游也是固定的。 你可以从kernel.org尝试一个更新的内核,看看是否处理了这个问题。