[ovs-build] Still Failing: LorenzoBianconi/ovs#216 (parallelization_work - 7d9a028)

Travis CI builds at travis-ci.org
Wed Jul 29 14:25:39 UTC 2020


Build Update for LorenzoBianconi/ovs
-------------------------------------

Build: #216
Status: Still Failing

Duration: 1 hr, 7 mins, and 54 secs
Commit: 7d9a028 (parallelization_work)
Author: Anton Ivanov
Message: Run monitor processing in parallel

Monitor processing performs a full walk of all rows in all
tables referenced in a monitor.

The rows are internally represented as a hash map.

This operation can be run in parallel where thread M out N is
walking hash buckets M, N+M, etc.

Running inter-thread IPC for only a handful of datum values
is not likely to be efficient, hence there is a cut-off. Tables
smaller than the cut-off value are run in the main thread.
Larger tables are run via multiple threads.

Signed-off-by: Anton Ivanov <anton.ivanov at cambridgegreys.com>

View the changeset: https://github.com/LorenzoBianconi/ovs/compare/9443ba46482a...7d9a028e11e8

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


--

You can unsubscribe from build emails from the LorenzoBianconi/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=18301093&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/20200729/159c302b/attachment.html>


More information about the build mailing list