Re: [ovs-dev] [PATCH] ovn-controller: Fix group_id allocation.

2016-09-09 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 11:55:26PM -0700, Gurucharan Shetty wrote: > 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 gr

[ovs-dev] [PATCH] ovn-controller: Fix group_id allocation.

2016-09-07 Thread Gurucharan Shetty
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