[ovs-build] Broken: openvswitch/ovs#5159 (branch-2.8 - 8473cf6)

Travis CI builds at travis-ci.org
Mon Aug 21 21:37:52 UTC 2017


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

Build: #5159
Status: Broken

Duration: 1 hour, 20 minutes, and 19 seconds
Commit: 8473cf6 (branch-2.8)
Author: Justin Pettit
Message: ofproto-dpif: Mark packets as "untracked" after call to ct().

Packet and Connection state is only available to the processing path
that follows the "recirc_table" argument of the ct() action.  The
previous behavior made these states available until the end of the
pipeline.  This commit changes the behavior so that the Packet and
Connection state are cleared for the current processing path whenever
ct() is called (in addition to reaching the end of the pipeline.)

A future commit will remove the behavior that a "send to controller"
action causes all packets for that flow to be handled via the slow-path.
The current behavior of connection tracking state makes that difficult
due to datapath actions containing multiple OpenFlow rules that may
contain different connection tracking states.  This change will make
that future commit possible.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/f37dc273243c...8473cf69d25c

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


More information about the build mailing list