[ovs-build] Passed: dceara/ovs#50 (tmp-ilya-ovsdb-datum-equals - fcdaf27)

Travis CI builds at travis-ci.org
Wed Feb 19 09:59:07 UTC 2020


Build Update for dceara/ovs
-------------------------------------

Build: #50
Status: Passed

Duration: 50 mins and 13 secs
Commit: fcdaf27 (tmp-ilya-ovsdb-datum-equals)
Author: Ilya Maximets
Message: ovsdb-data: Optimize comparison for equality of db atoms.

ovsdb_datum_equals() used heavily in conditional monitoring and also
comparison of ovsdb atoms for equality is a frequent enough operation.
However, it's implemented via 3way 'strcmp'-like comparison that does
a lot of unnecessary operations trying to check 'lexicographical' order
of elements while it is not needed if we only need to know if values
are equal.

Implementation of a specific 'equals' function should speed up
ovsdb-server operations.

Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
(cherry picked from commit 8c09c108f7cf4702622b65580220527126d5cab4)

View the changeset: https://github.com/dceara/ovs/compare/cb2083791957^...fcdaf27ac337

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

--

You can unsubscribe from build emails from the dceara/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=25057358&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/20200219/eaafccf3/attachment.html>


More information about the build mailing list