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

2016-01-20 Thread Ben Pfaff
On Mon, Jan 18, 2016 at 10:45:50AM -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

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

2016-01-20 Thread Russell Bryant
On 01/19/2016 10:36 PM, Han Zhou wrote: > > > On Mon, Jan 18, 2016 at 7:45 AM, 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

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

2016-01-19 Thread Han Zhou
On Mon, Jan 18, 2016 at 7:45 AM, 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

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

2016-01-18 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