Re: [ovs-dev] [PATCH v4 1/3] ovn-controller: Move local_datapaths calculation.

2016-02-02 Thread Ben Pfaff
On Mon, Jan 25, 2016 at 05:02:01PM -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

[ovs-dev] [PATCH v4 1/3] ovn-controller: Move local_datapaths calculation.

2016-01-25 Thread Russell Bryant
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