https://bugs.kde.org/show_bug.cgi?id=455635

--- Comment #3 from Trev <trev.g7...@ntlworld.com> ---
The driver for my previous network interface appears to continuously updates
the rtnl_link_stats64 statistics (igb_main.c), the driver for my current
network card updates once per second (tg3.c), line 11094 calls the function to
update the statistics and is only executed once per second.

If the system monitor read the statistics at exactly one second intervals and
tg3.c updated the statistics at exactly one second intervals this error
wouldn't occur, however for some reason the timings appear to be alternate
between less than and more than one second for one of the time intervals
causing this error.

I don't know if this would be classed as a bug in the tg3 driver or if updating
once per second is acceptable and should be worked around by whatever software
is using the data.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to