[ovs-build] Failed: ovsrobot/ovn#349 (series_152706 - a9dbc9f)

Travis CI builds at travis-ci.com
Sun Jan 12 23:20:54 UTC 2020


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

Build: #349
Status: Failed

Duration: 24 mins and 1 sec
Commit: a9dbc9f (series_152706)
Author: Han Zhou
Message: ofctrl.c: Update installed OVS flow cookie when lflow is changed.

When an old lflow is replaced by a new lflow, if the OVS flows
translated by the old and new lflows have same match, ofctrl will
update existing OVS flow instead of deleting and adding a new one.

However, when updating the existing flows, the cookie was not updated
by current implementation, which results in discrepency between lflows
and OVS flows, making debugging difficult and confuses tools such as
ovn-trace. This patch fixes it.

Note: since command OFPFC_MODIFY_STRICT in FLOW_MOD message doesn't
support updating flow cookie after OpenFlow 1.1, this patch changes
to use OFPFC_ADD command, which effectively modifies existing flow
if a match is found.

Signed-off-by: Han Zhou <hzhou at ovn.org>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovn/commit/a9dbc9fcf577

View the full build log and details: https://travis-ci.com/ovsrobot/ovn/builds/144076892?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/20200112/d3bf3a82/attachment-0001.html>


More information about the build mailing list