[ovs-build] Passed: ovsrobot/ovs#2663 (series_182490 - 4d738e2)

Travis CI builds at travis-ci.org
Wed Jun 10 17:47:16 UTC 2020


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

Build: #2663
Status: Passed

Duration: 22 mins and 40 secs
Commit: 4d738e2 (series_182490)
Author: Anton Ivanov
Message: Make polling fds persistent

Saves on:

1. Allocation and disposal of a hash map per iteration in all threads
2. Re-population of the hashmap with all fds per iteration
3. Walking of the hashmap to construct a pollfd array per iteration
4. Allocating/deallocating the pollfd array per iteration
5. Decreases costs on various lookups

Compared to older attempts to do this, this emulates strictly the old
behaviour and is 100% backwards compatible with the old approach.

Unix only - the unix poll loop has been pulled to a new file.

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/4d738e270c78

View the full build log and details: https://travis-ci.org/github/ovsrobot/ovs/builds/696839128?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/20200610/f3836ca1/attachment-0001.html>


More information about the build mailing list