[ovs-build] Broken: openvswitch/ovs#5018 (master - eee6939)

Travis CI builds at travis-ci.org
Thu Aug 3 21:22:42 UTC 2017


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

Build: #5018
Status: Broken

Duration: 40 minutes and 4 seconds
Commit: eee6939 (master)
Author: Andy Zhou
Message: xlate: Emit datapath clone only when necessary.

Currently the open flow 'clone' action is always translated into
datapath clone. While this is valid translation, the datapath
'clone' action is more expensive and has more restrictions than
not using them.

This patch optimizing the open flow 'clone' translation. Whenever
the open flow actions within the 'clone' is reversible, i.e.
any datapath actions that modifies a packet can be reversed
by using another datapath action. Reversible actions can be
translated without emitting datapath clone.

This patch combines xlate_clone() and compose_clone() into
a single compose_clone() API, since the layering boundary is not
obvious.

Signed-off-by: Andy Zhou <azhou at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/83a87fae79e9...eee693934aac

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/260752637?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/20170803/f17ab713/attachment.html>


More information about the build mailing list