[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <063D6719AE5E284EB5DD2968C1650D6D1CB507B2@AcuExch.aculab.com>
Date: Tue, 16 Jun 2015 09:04:54 +0000
From: David Laight <David.Laight@...LAB.COM>
To: 'Kevin' <kevin.padoa@...il.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: Fw: [Bug 98781] New: WWAN: TX bytes counter shows very huge
impossible value
From: Kevin
> Sent: 13 June 2015 01:29
...
> Linux uranis 3.19.0-20-generic #20-Ubuntu SMP Fri May 29 10:10:47 UTC 2015
> x86_64 x86_64 x86_64 GNU/Linux
>
> wwan0 Link encap:Ethernet HWaddr 26:03:a9:e3:88:2e
> inet addr:41.150.225.132 Bcast:41.150.225.135 Mask:255.255.255.248
> inet6 addr: fe80::2403:a9ff:fee3:882e/64 Scope:Link
> UP BROADCAST RUNNING NOARP MULTICAST MTU:1500 Metric:1
> RX packets:3366 errors:0 dropped:0 overruns:0 frame:0
> TX packets:3497 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:1459963 (1.4 MB) TX bytes:15019500985395 (15.0 TB)
>
> Kernel internal or module (driver) bug, shows up everywhere including
> 'system monitor'. This problem has come up a few years back and was solved,
> but seems to be back again...
>
> Any ideas on fix ?
$ printf '%x\n' 15019500985395
da900055c33
$ echo $((0xda9))
3497
$ echo $((0x55c33))
351283
Looks like a 32-64bit fubar somewhere.
David
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists