Bug 65581 - ethernet controller don't have statistics info available
Summary: ethernet controller don't have statistics info available
Status: RESOLVED DUPLICATE of bug 63401
Alias: None
Product: Drivers
Classification: Unclassified
Component: Network (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_network@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 06:12 UTC by Javran Cheng
Modified: 2013-11-26 21:40 UTC (History)
1 user (show)

See Also:
Kernel Version: 3.12.1
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Javran Cheng 2013-11-24 06:12:35 UTC
I'm using an cabled network device normally, but ifconfig tells me every statistics info is zero:

# ifconfig enp3s0
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.0.20  netmask 255.255.255.0  broadcast 10.0.0.255
        ether 8c:89:a5:0d:55:56  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 18  

# ip -s link show enp3s0
3: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 8c:89:a5:0d:55:56 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped overrun mcast   
    0          0        0       0       0       0      
    TX: bytes  packets  errors  dropped carrier collsns 
    0          0        0       0       0       0      

info about the problematic device:
# lspci -nn | grep "Ether"
03:00.0 Ethernet controller [0200]: Qualcomm Atheros Killer E2200 Gigabit Ethernet Controller [1969:e091] (rev 13)
Comment 1 Alan 2013-11-26 21:40:47 UTC

*** This bug has been marked as a duplicate of bug 63401 ***

Note You need to log in before you can comment on or make changes to this bug.