[ovs-build] Still Failing: openvswitch/ovs#3329 (branch-2.6 - 0367a75)

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


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

Build: #3329
Status: Still Failing

Duration: 33 minutes and 35 seconds
Commit: 0367a75 (branch-2.6)
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/bcb38f6fdb82...0367a7594868

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

--

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/41f19e49/attachment-0002.html>


More information about the build mailing list