[ovs-build] Still Failing: openvswitch/ovs#3328 (master - e4f7cf9)

Travis CI builds at travis-ci.org
Sat Sep 10 02:11:42 UTC 2016


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

Build: #3328
Status: Still Failing

Duration: 32 minutes and 45 seconds
Commit: e4f7cf9 (master)
Author: Gurucharan Shetty
Message: ovn-controller: Fix group_id allocation.

A bitmap in 'struct group_table' is used to track all the allocated
group_ids.  For every run of logical flows action parsing, we
add 'group_info' structure to a hmap called 'desired_groups'. The
group_id assigned to this group_info either comes from an already
installed 'existing groups' or a new reservation done in the bitmap.

In ofctrl_put(), if there is a backlog, we call ovn_group_table_clear().
This could unreserve a group_id that comes from an already existing group.
This could result in re-use of group_id in the future causing errors while
installing new groups.

This commit fixes the above scenario.

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/b511690b4b64...e4f7cf9c26e6

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

--

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/20160910/43bb6a91/attachment-0002.html>


More information about the build mailing list