[ovs-build] Still Failing: openvswitch/ovs#5335 (branch-2.8 - 5f3bd11)

Travis CI builds at travis-ci.org
Thu Sep 28 23:33:42 UTC 2017


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

Build: #5335
Status: Still Failing

Duration: 53 minutes and 18 seconds
Commit: 5f3bd11 (branch-2.8)
Author: Ben Pfaff
Message: connmgr: Fix violation of flow monitoring protocol description.

nicira-ext.h says:

 * 1. OVS sends an NXT_FLOW_MONITOR_PAUSED message to the controller, following
 *    all the already queued notifications.  After it receives this message,
 *    the controller knows that its view of the flow table, as represented by
 *    flow monitor notifications, is incomplete.

The actual implementation could send NXT_FLOW_MONITOR_PAUSED in the middle
of a series of queued notifications.  This fixes it to always send it after
those notifications.  Possibly this confused some controllers, since the
documentation said that NXFME_ADD and NXFME_MODIFIED notifications wouldn't
be sent between "pause" and "resume" messages, but this bug could cause
them to be sent just after "pause".

VMware-BZ: #1919454
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Gurucharan Shetty <guru at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/c6825a67fa73...5f3bd1146205

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/281066300?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/20170928/49c06965/attachment-0001.html>


More information about the build mailing list