Re: [ovs-dev] [PATCH v2 1/3] ovn-controller: decouple localnet_port update from patch_run

2017-07-07 Thread Ben Pfaff
On Wed, Jun 07, 2017 at 09:32:45AM -0700, Han Zhou wrote: > We figure out local datapaths in binding_run() but update the field > localnet_port for each local datapath that has localnet port in > patch_run(). This patch updates the localnet_port field in binding_run > directly and removes the logic

[ovs-dev] [PATCH v2 1/3] ovn-controller: decouple localnet_port update from patch_run

2017-06-07 Thread Han Zhou
We figure out local datapaths in binding_run() but update the field localnet_port for each local datapath that has localnet port in patch_run(). This patch updates the localnet_port field in binding_run directly and removes the logic in patch_run(), since the logic is more about port-binding proces