[ovs-dev] [PATCH v3 1/2] ovn-controller: Move local_datapaths calculation.

Ben Pfaff blp at ovn.org
Tue Feb 2 22:09:31 UTC 2016


On Thu, Jan 21, 2016 at 04:11:49PM -0500, Russell Bryant wrote:
> Before this patch, physical.c build up the set of local datapaths for
> its own use.  I'd like to use it in another module in a later patch, so
> pull it out of physical.  It's now populated by the bindings module,
> since that seems like a more appropriate place to do it, and it's also
> done much earlier in the main loop, making it easier to re-use.
> 
> Signed-off-by: Russell Bryant <russell at ovn.org>
> Acked-by: Han Zhou <zhouhan at gmail.com>
> ---
> 
> v2->v3:
>  - as suggested by ben, use a new method of destroying the hmap,
>    and also adjust the scoping to be a little less weird

Acked-by: Ben Pfaff <blp at ovn.org>



More information about the dev mailing list