[ovs-build] Passed: numansiddique/ovn#141 (IP_FullIP/v9 - 54131d9)

Travis CI builds at travis-ci.com
Thu May 28 11:15:15 UTC 2020


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

Build: #141
Status: Passed

Duration: 17 mins and 37 secs
Commit: 54131d9 (IP_FullIP/v9)
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/f29207c06464^...54131d991547

View the full build log and details: https://travis-ci.com/github/numansiddique/ovn/builds/168551102?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/20200528/a0ada35e/attachment.html>


More information about the build mailing list