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

2019-11-19 Thread Dumitru Ceara
Hi Han, Thanks for reviewing this series. On Mon, Nov 18, 2019 at 8:49 PM Han Zhou wrote: > > > > On Mon, Nov 18, 2019 at 6:07 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

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

2019-11-18 Thread Han Zhou
On Mon, Nov 18, 2019 at 6:07 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

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

2019-11-18 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