Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 297607 Details for
Bug 436966
e1000_clean_tx_irq: Detected Tx Unit Hang - 82546EB
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
ifconfig output, ethtool -k,-i outputs and others
eth-info.txt (text/plain), 5.58 KB, created by
Flavio Leitner
on 2008-03-11 13:15:08 UTC
(
hide
)
Description:
ifconfig output, ethtool -k,-i outputs and others
Filename:
MIME Type:
Creator:
Flavio Leitner
Created:
2008-03-11 13:15:08 UTC
Size:
5.58 KB
patch
obsolete
>[root@JS-RX800S3 ~]# uname -a >Linux JS-RX800S3 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux > >[root@JS-RX800S3 ~]# dmesg | grep -i e1000 >e1000: 0000:0a:01.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:0e:0c:51:b1:78 >e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection >e1000: 0000:0a:01.1: e1000_probe: (PCI-X:133MHz:64-bit) 00:0e:0c:51:b1:79 >e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection >e1000: eth0: e1000_watchdog_task: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX > >[root@JS-RX800S3 ~]# dmesg | grep -i Intel > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 > Genuine Intel(R) CPU 3.33GHz stepping 08 >Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI >Copyright (c) 1999-2006 Intel Corporation. >e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection >e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection >[root@JS-RX800S3 ~]# > > >[root@JS-RX800S3 ~]# ifconfig >eth0 Link encap:Ethernet HWaddr 00:0E:0C:51:B1:78 > inet addr:10.90.100.187 Bcast:10.90.255.255 Mask:255.255.0.0 > inet6 addr: fe80::20e:cff:fe51:b178/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:141 errors:0 dropped:0 overruns:0 frame:0 > TX packets:43 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:9684 (9.4 KiB) TX bytes:8760 (8.5 KiB) > Base address:0x1a00 Memory:ea400000-ea420000 > >eth2 Link encap:Ethernet HWaddr 00:14:5E:7A:4D:20 > inet addr:10.96.100.191 Bcast:10.96.255.255 Mask:255.255.0.0 > inet6 addr: fe80::214:5eff:fe7a:4d20/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:121 errors:0 dropped:0 overruns:0 frame:0 > TX packets:44 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:9794 (9.5 KiB) TX bytes:9216 (9.0 KiB) > Interrupt:209 > >eth3 Link encap:Ethernet HWaddr 00:14:5E:7A:4D:21 > inet addr:10.91.100.160 Bcast:10.91.255.255 Mask:255.255.0.0 > inet6 addr: fe80::214:5eff:fe7a:4d21/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:284 errors:0 dropped:0 overruns:0 frame:0 > TX packets:50 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:21172 (20.6 KiB) TX bytes:11234 (10.9 KiB) > Interrupt:217 > >lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:3000 errors:0 dropped:0 overruns:0 frame:0 > TX packets:3000 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:4448652 (4.2 MiB) TX bytes:4448652 (4.2 MiB) > >[root@JS-RX800S3 ~]# more /etc/modprobe.conf >alias eth0 e1000 >alias eth1 e1000 >alias eth2 tg3 >alias eth3 tg3 >alias scsi_hostadapter megaraid_mbox >alias scsi_hostadapter1 aacraid >alias scsi_hostadapter2 qla2xxx > >[root@JS-RX800S3 ~]# 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: on >udp fragmentation offload: off >generic segmentation offload: off > > >[root@JS-RX800S3 ~]# ethtool -i eth0 >driver: e1000 >version: 7.3.20-k2-NAPI >firmware-version: N/A >bus-info: 0000:0a:01.0 > > >[root@JS-RX800S3 ~]# ethtool -K eth0 tx off > >[root@JS-RX800S3 ~]# tail /var/log/messages >Feb 20 12:19:30 JS-RX800S3 kernel: e1000: eth0: e1000_set_tso: TSO is Disabled > > > >[root@JS-RX800S3 ~]# ethtool -S eth0 >NIC statistics: > rx_packets: 4611 > tx_packets: 43 > rx_bytes: 312000 > tx_bytes: 8760 > rx_broadcast: 4610 > tx_broadcast: 1 > rx_multicast: 0 > tx_multicast: 42 > rx_errors: 0 > tx_errors: 0 > tx_dropped: 0 > multicast: 0 > collisions: 0 > rx_length_errors: 0 > rx_over_errors: 0 > rx_crc_errors: 0 > rx_frame_errors: 0 > rx_no_buffer_count: 0 > rx_missed_errors: 0 > 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: 0 > tx_restart_queue: 0 > 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: 312000 > rx_csum_offload_good: 94 > rx_csum_offload_errors: 0 > rx_header_split: 0 > alloc_rx_buff_failed: 0 > tx_smbus: 0 > rx_smbus: 0 > dropped_smbus: 0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 436966
: 297607 |
356571
|
385761
|
389387
|
389388