[ovs-build] Passed: ovsrobot/ovs#2901 (series_193475 - 98085a6)

Travis CI builds at travis-ci.org
Fri Jul 31 10:57:59 UTC 2020


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

Build: #2901
Status: Passed

Duration: 1 hr, 0 mins, and 26 secs
Commit: 98085a6 (series_193475)
Author: Anton Ivanov
Message: Optimise shash disposal

SHASH as written at present relies on HMAP and iterator macros
to dispose of all of its elements.

This results in a lot of unnecessary hash comparisons and walk
attempts which simply return the next item.

This patch switches this to direct removal where the whole shash
is cleared at once in O(N) without any hash recomputations and
comparisons.

Signed-off-by: Anton Ivanov <anton.ivanov at cambridgegreys.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/commit/98085a653dc7

View the full build log and details: https://travis-ci.org/github/ovsrobot/ovs/builds/713630096?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/20200731/55b488cf/attachment.html>


More information about the build mailing list