[ovs-build] Still Failing: openvswitch/ovs#2856 (master - facf865)

Travis CI builds at travis-ci.org
Sun Jul 3 23:16:27 UTC 2016


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

Build: #2856
Status: Still Failing

Duration: 4 minutes and 25 seconds
Commit: facf865 (master)
Author: Gurucharan Shetty
Message: ovn-northd: Introduce pre-stateful table.

Currently, the only use of stateful services in conntrack is
OVN ACLs. In table pre-ACL, we send the packet to conntrack
to track it (to get its status) and to defrag via the ct_next
action.

As we introduce more stateful services, the ACL feature will
have to share the conntrack module with others. As
preparation for more stateful features like loadbalancing,
this commit introduces a new pre-stateful table that is
responsible to send packets through conntrack via
ct_next action. If pre-ACL table needs to send a packet
through conntrack, it just sets the 'reg0[0]' as 1.
Pre-stateful table in-turn will send the packet to conntrack
if 'reg0[0]' is 1.

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

View the changeset: https://github.com/openvswitch/ovs/compare/4fe9aa64eda3...facf8652480a

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

--

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/20160703/6564ac06/attachment-0002.html>


More information about the build mailing list