Bug 98781 - WWAN: TX bytes counter shows very huge impossible value
Summary: WWAN: TX bytes counter shows very huge impossible value
Status: RESOLVED CODE_FIX
Alias: None
Product: Networking
Classification: Unclassified
Component: Other (show other bugs)
Hardware: Intel Linux
: P1 normal
Assignee: Stephen Hemminger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-23 16:54 UTC by Manfred Miederer
Modified: 2015-06-29 03:38 UTC (History)
0 users

See Also:
Kernel Version: 4.0.x
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Manfred Miederer 2015-05-23 16:54:50 UTC
Since version 4.0.x the TX bytes counter of the WWAN module shows a weird value.

Example:

$ > ifconfig wwan

wwan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet xxx.xxx.xxx.xxx  netmask 255.255.255.252  broadcast xxx.xxx.xxx.xxx
        inet6 xxxx::xxxx:xxxx:xxxx:xxxx  prefixlen 64  scopeid 0x20<link>
        ether xx:xx:xx:xx:xx:xx  txqueuelen 1000  (Ethernet)
        RX packets 19036  bytes 19190321 (18.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 15874  bytes 43228847574631 (39.3 TiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

39.3 TiB - wow, absolutely not true

The WWAN is used as bridge to my internet provider (LTE usb stick)

I use the counter to control the traffic. It's only the TX counter, the RX works ok.
Comment 1 Manfred Miederer 2015-06-29 03:38:55 UTC
Thanks, it runs fine again using kernel 4.0.6

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