[ovs-build] Broken: openvswitch/ovs#4416 (master - adfe7a0)

Travis CI builds at travis-ci.org
Fri Apr 28 20:14:46 UTC 2017


Build Update for openvswitch/ovs
-------------------------------------

Build: #4416
Status: Broken

Duration: 20 minutes and 48 seconds
Commit: adfe7a0 (master)
Author: Jarno Rajahalme
Message: xlate: Use OVS_CT_ATTR_EVENTMASK.

Specify the event mask with CT commit including bits for CT features
exposed at the OVS interface (mark and label changes in addition to
basic creation and destruction of conntrack entries).

Without this any listener of conntrack update events will typically
(depending on system configuration) receive events for each L4 (e.g.,
TCP) state machine change, which can multiply the number of events
received per connection.

By including the new, related, and destroy events any listener of new
conntrack events gets notified of new related and non-related
connections, and any listener of destroy events will get notified of
deleted (typically timed out) conntrack entries.

By including the flags for mark and labels, any listener of conntrack
update events gets notified whenever the connmark or conntrack labels
are changed from the values reported within the new events.

VMware-BZ: #1837218
Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/cd6121410b52...adfe7a0b57ef

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

--

You can configure 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/20170428/64735237/attachment.html>


More information about the build mailing list