[ovs-build] Passed: ovsrobot/ovs#793 (series_101808 - 0a65cf2)

Travis CI builds at travis-ci.org
Tue Apr 9 20:58:13 UTC 2019


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

Build: #793
Status: Passed

Duration: 1 hr, 9 mins, and 19 secs
Commit: 0a65cf2 (series_101808)
Author: William Tu
Message: dpif-netdev: fix meter granulariy.

When testing packet rate around 1Mpps with meter enabled, the frequency
of hitting meter action becomes much higher, around 30us each time.
As a result, the meter's calculation of 'uint32_t delta_t' becomes
always 0 and meter action has no effect.  This is due to the previous
commit 05f9e707e194 divides the delta by 1000, in order to convert to
msec granularity.  The patch fixes it by using double to hold the delta
value.

Fixes: 05f9e707e194 ("dpif-netdev: Use microsecond granularity.")
Cc: Ilya Maximets <i.maximets at samsung.com>
Cc: Yi-Hung Wei <yihung.wei at gmail.com>
Signed-off-by: William Tu <u9012063 at gmail.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/0a65cf24b3f2

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/517956840?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/20190409/56eed28a/attachment-0001.html>


More information about the build mailing list