[ovs-build] Passed: ovsrobot/ovs#671 (series_97922 - c6b4786)

Travis CI builds at travis-ci.org
Tue Mar 19 13:47:01 UTC 2019


Build Update for ovsrobot/ovs
-------------------------------------

Build: #671
Status: Passed

Duration: 1 hr, 8 mins, and 22 secs
Commit: c6b4786 (series_97922)
Author: Ilya Maximets
Message: dpif-netdev-perf: Fix millisecond stats precision with slower TSC.

Unlike x86 where TSC frequency usually matches with CPU frequency,
another architectures could have much slower TSCs.
For example, it's common for Arm SoCs to have 100 MHz TSC by default.
In this case perf module will check for end of current millisecond
each 10K cycles, i.e 10 times per millisecond. This could be not
enough to collect precise statistics.
Fix that by taking current TSC frequency into account instead of
hardcoding the number of cycles.

CC: Jan Scheurich <jan.scheurich at ericsson.com>
Fixes: 79f368756ce8 ("dpif-netdev: Detailed performance stats for PMDs")
Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/450ff2bcd7ef^...c6b47867b064

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/508363722?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20190319/f5502bc3/attachment.html>


More information about the build mailing list