Re: [ovs-dev] [PATCH v6 ovn 1/4] ovn-controller: Refactor I-P engine_run() tracking.

2019-11-27 Thread Dumitru Ceara
On Wed, Nov 27, 2019 at 12:26 AM Han Zhou wrote: > > > Thanks. I applied this patch to master. I will review the rest in the series. Great, thanks! ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v6 ovn 1/4] ovn-controller: Refactor I-P engine_run() tracking.

2019-11-26 Thread Han Zhou
On Fri, Nov 22, 2019 at 8:13 AM Dumitru Ceara wrote: > > This commit simplifies the logic of calling engine_run and engine_need_run in > order to reduce the number of external variables required to track the result > of the last engine execution. > > The engine code is also refactored a bit and th

[ovs-dev] [PATCH v6 ovn 1/4] ovn-controller: Refactor I-P engine_run() tracking.

2019-11-22 Thread Dumitru Ceara
This commit simplifies the logic of calling engine_run and engine_need_run in order to reduce the number of external variables required to track the result of the last engine execution. The engine code is also refactored a bit and the engine_run() function is split in different functions that hand