[ovs-build] Passed: numansiddique/ovn#145 (IP_FullIP/v10 - b2ca825)

Travis CI builds at travis-ci.com
Sun May 31 14:03:34 UTC 2020


Build Update for numansiddique/ovn
-------------------------------------

Build: #145
Status: Passed

Duration: 17 mins and 37 secs
Commit: b2ca825 (IP_FullIP/v10)
Author: Numan Siddique
Message: ovn-controller: Handle sbrec_chassis changes incrementally.

When ovn-controller updates the nb_cfg column of its chassis,
this results in full recomputation on all the nodes. This results
in wastage of CPU cycles. To address this, this patch handles
sbrec_chassis changes incrementally.

We don't need to handle any sbrec_chassis changes during runtime_data
stage, because before engine_run() is called, encaps_run() is called
which will handle any chassis/encap changes.

For new chassis addition and deletion, we need to add/delete flows for
the tunnel ports created/deleted. So physical_run() is called for this.

For any chassis updates, we can ignore this for flow computation.

This patch handles all these.

Acked-by: Mark Michelson <mmichels at redhat.com>
Signed-off-by: Numan Siddique <numans at ovn.org>

View the changeset: https://github.com/numansiddique/ovn/compare/4632a7c2db72^...b2ca82501dc8

View the full build log and details: https://travis-ci.com/github/numansiddique/ovn/builds/168930271?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the numansiddique/ovn repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=9252656&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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/20200531/cc6a0dd9/attachment.html>


More information about the build mailing list