免费注册 查看新帖 |

Chinaunix

广告
  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 6749 | 回复: 3
打印 上一主题 下一主题

[网络子系统] 偶现NETDEV WATCHDOG: eth0: transmit timed out ,求指导 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-03-28 15:17 |只看该作者 |倒序浏览
运行一段时间出现以下打印,端口被重置
2014-03-09 19:18:49.081 kernel: NETDEV WATCHDOG: eth0: transmit timed out
2014-03-09 19:19:24.080 kernel: NETDEV WATCHDOG: eth0: transmit timed out (repeated 7 times)
2014-03-09 19:19:36.000 kernel: NETDEV WATCHDOG: eth0: transmit timed out (repeated 2 times)
2014-03-09 19:19:36.000 kernel: e1000e use e1000_clean_rx_irq
2014-03-09 19:19:36.024 kernel: e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
2014-03-09 19:19:46.030 kernel: NETDEV WATCHDOG: eth0: transmit timed out
2014-03-09 19:20:21.031 kernel: NETDEV WATCHDOG: eth0: transmit timed out (repeated 7 times)
2014-03-09 19:20:40.762 kernel: NETDEV WATCHDOG: eth0: transmit timed out (repeated 3 times)
2014-03-09 19:20:40.762 kernel: 0000:06:00.0: eth0: Detected Tx Unit Hang:
2014-03-09 19:20:40.762 kernel:   TDH                  <19>
2014-03-09 19:20:40.762 kernel:   TDT                  <1d>
2014-03-09 19:20:40.762 kernel:   next_to_use          <1d>
2014-03-09 19:20:40.762 kernel:   next_to_clean        <19>
2014-03-09 19:20:40.762 kernel: buffer_info[next_to_clean]:
2014-03-09 19:20:40.762 kernel:   time_stamp           <21e1c64e>
2014-03-09 19:20:40.762 kernel:   next_to_watch        <19>
2014-03-09 19:20:40.762 kernel:   jiffies              <21e1df98>
2014-03-09 19:20:40.762 kernel:   next_to_watch.status <0>
2014-03-09 19:20:40.895 kernel: e1000e use e1000_clean_rx_irq
2014-03-09 19:20:40.963 kernel: e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
2014-03-09 19:20:41.063 kernel: e1000e use e1000_clean_rx_irq
2014-03-09 19:20:41.090 kernel: e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None


在网上搜了不少信息,但由于是现网使用环境,不能做什么操作尝试
想复现出来该打印,不知有什么好方法

附一些信息

[root@localhost ~]# ethtool -S eth0
NIC statistics:
     rx_packets: 3175211793
     tx_packets: 3871596970
     rx_bytes: 1490223283937
     tx_bytes: 1284205829103
     rx_broadcast: 118764
     tx_broadcast: 57
     rx_multicast: 3645364
     tx_multicast: 0
     rx_errors: 0
     tx_errors: 0
     tx_dropped: 0
     multicast: 3645364
     collisions: 0
     rx_length_errors: 0
     rx_over_errors: 0
     rx_crc_errors: 0
     rx_frame_errors: 0
     rx_no_buffer_count: 2102
     rx_missed_errors: 78238
     tx_aborted_errors: 0
     tx_carrier_errors: 0
     tx_fifo_errors: 0
     tx_heartbeat_errors: 0
     tx_window_errors: 0
     tx_abort_late_coll: 0
     tx_deferred_ok: 0
     tx_single_coll_ok: 0
     tx_multi_coll_ok: 0
     tx_timeout_count: 23
     tx_restart_queue: 4
     rx_long_length_errors: 0
     rx_short_length_errors: 0
     rx_align_errors: 0
     tx_tcp_seg_good: 0
     tx_tcp_seg_failed: 0
     rx_flow_control_xon: 0
     rx_flow_control_xoff: 0
     tx_flow_control_xon: 0
     tx_flow_control_xoff: 0
     rx_long_byte_count: 1490223283937
     rx_csum_offload_good: 2390702267
     rx_csum_offload_errors: 2
     rx_header_split: 0
     alloc_rx_buff_failed: 0
     tx_smbus: 0
     rx_smbus: 0
     dropped_smbus: 0
     rx_dma_failed: 0
     tx_dma_failed: 0



[root@localhost /]# ethtool -i eth0
driver: e1000e
version: 0.5.18.3-NAPI
firmware-version: 5.0-2
bus-info: 0000:05:00.0



ethtool -k eth0
Offload parameters for eth0:
Cannot get device udp large send offload settings: Operation not supported
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: off
udp fragmentation offload: off
generic segmentation offload: off

论坛徽章:
15
射手座
日期:2014-02-26 13:45:082015年迎新春徽章
日期:2015-03-04 09:54:452015年辞旧岁徽章
日期:2015-03-03 16:54:15羊年新春福章
日期:2015-02-26 08:47:552015年亚洲杯之卡塔尔
日期:2015-02-03 08:33:45射手座
日期:2014-12-31 08:36:51水瓶座
日期:2014-06-04 08:33:52天蝎座
日期:2014-05-14 14:30:41天秤座
日期:2014-04-21 08:37:08处女座
日期:2014-04-18 16:57:05戌狗
日期:2014-04-04 12:21:33技术图书徽章
日期:2014-03-25 09:00:29
2 [报告]
发表于 2014-03-28 17:28 |只看该作者
发送超时了,就是说DMA在指定时间内没有将数据发送出去,通常是网卡或驱动的问题。

论坛徽章:
0
3 [报告]
发表于 2014-03-31 14:37 |只看该作者
回复 2# humjb_1983


    感谢关注!

    驱动版本是09年的
    硬件也已经换过了,应该不是硬件问题

论坛徽章:
15
射手座
日期:2014-02-26 13:45:082015年迎新春徽章
日期:2015-03-04 09:54:452015年辞旧岁徽章
日期:2015-03-03 16:54:15羊年新春福章
日期:2015-02-26 08:47:552015年亚洲杯之卡塔尔
日期:2015-02-03 08:33:45射手座
日期:2014-12-31 08:36:51水瓶座
日期:2014-06-04 08:33:52天蝎座
日期:2014-05-14 14:30:41天秤座
日期:2014-04-21 08:37:08处女座
日期:2014-04-18 16:57:05戌狗
日期:2014-04-04 12:21:33技术图书徽章
日期:2014-03-25 09:00:29
4 [报告]
发表于 2014-04-01 08:39 |只看该作者
升级下驱动试试呢~
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP