[ovs-build] Broken: openvswitch/ovs#3253 (master - 5bc39e9)

Travis CI builds at travis-ci.org
Wed Aug 31 01:54:58 UTC 2016


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

Build: #3253
Status: Broken

Duration: 40 minutes and 11 seconds
Commit: 5bc39e9 (master)
Author: Jesse Gross
Message: ovs-ofctl: Extract tunnel metadata correctly when sorting flows.

When flow fields are sorted before dumping in ovs-ofctl, each
significant field is extracted for sorting. However, in the case of
tunnel metadata a mapping table is necessary to know where each
field begins and ends. This information is current stripped off before
fetching the field data and returned field is simply zeroed. This
makes sorting based on tunnel metadata non-deterministic.

We have the tunnel allocation stored in match metadata with each
flow, so we can simply extract the data from there rather than
trying to build and populate a global mapping table.

Signed-off-by: Jesse Gross <jesse at kernel.org>
Acked-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/85282542186b...5bc39e9ac144

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/156384282

--

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://www.openvswitch.org/pipermail/ovs-build/attachments/20160831/9173a49b/attachment-0002.html>


More information about the build mailing list