[ovs-build] Passed: ovsrobot/ovn#1034 (series_203733 - 3b0603d)

Travis CI builds at travis-ci.com
Wed Sep 23 18:18:40 UTC 2020


Build Update for ovsrobot/ovn
-------------------------------------

Build: #1034
Status: Passed

Duration: 19 mins and 53 secs
Commit: 3b0603d (series_203733)
Author: venu iyer
Message: ovn-controller: Check for tunnel change in multi-vtep case is incorrect

Prior to multi-vtep, there was one tunnel for each type, since
there was only one encap-ip. So, the check in
chassis_tunnels_changed():
	sset_count(encap_type_set) != encap_type_count
worked. However, with multiple IPs per tunnel type, the above
check won't work. So, once multiple encap-ips are configured,
ovn-controller will always keep updating the encap list in
the SB (due to the above check); this causes a lot of unnecessary
churn, including recomputing the flows etc. which will put
ovn-controller in overdrive thereby consuming lot of CPU cycles
(see almost 100%).

Verified ovn-controller cpu utilization with the fix (and also
that SB doesn't keep constantly updating). make check didn't
show any additional failures.

Signed-off-by: venu iyer (venugopali at nvidia.com)
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovn/compare/d62d09add3c2^...3b0603d20b2d

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


--

You can unsubscribe from build emails from the ovsrobot/ovn repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=9136199&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/20200923/0af3d814/attachment.html>


More information about the build mailing list