[ovs-build] Passed: ovsrobot/ovs#887 (series_103736 - a7d6553)

Travis CI builds at travis-ci.org
Sat Apr 20 01:34:18 UTC 2019


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

Build: #887
Status: Passed

Duration: 1 hr, 8 mins, and 40 secs
Commit: a7d6553 (series_103736)
Author: William Tu
Message: dpif-netdev: fix meter at high packet rate.

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 updating the time when across
millisecond boundary.

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/a7d6553a1fb6

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/522333917?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/20190420/9ed8e548/attachment-0001.html>


More information about the build mailing list