Re: [ovs-dev] [PATCH ovn 2/2] ovn-controller: Fix flow installation latency caused by recompute.

2019-07-30 Thread Han Zhou
On Mon, Jul 29, 2019 at 9:11 PM Numan Siddique wrote: > > > > On Tue, Jul 30, 2019 at 9:39 AM Numan Siddique wrote: >> >> >> >> On Tue, Jul 30, 2019 at 7:10 AM Han Zhou wrote: >>> >>> From: Han Zhou >>> >>> When there are in-flight flow-installations pending to ovs-vswitchd, >>> current increme

Re: [ovs-dev] [PATCH ovn 2/2] ovn-controller: Fix flow installation latency caused by recompute.

2019-07-29 Thread Numan Siddique
On Tue, Jul 30, 2019 at 9:39 AM Numan Siddique wrote: > > > On Tue, Jul 30, 2019 at 7:10 AM Han Zhou wrote: > >> From: Han Zhou >> >> When there are in-flight flow-installations pending to ovs-vswitchd, >> current incremental processing logic prioritizes new change handling. >> However, in scen

Re: [ovs-dev] [PATCH ovn 2/2] ovn-controller: Fix flow installation latency caused by recompute.

2019-07-29 Thread Numan Siddique
On Tue, Jul 30, 2019 at 7:10 AM Han Zhou wrote: > From: Han Zhou > > When there are in-flight flow-installations pending to ovs-vswitchd, > current incremental processing logic prioritizes new change handling. > However, in scenarios where frequent recomputes are triggered, the > later recompute

[ovs-dev] [PATCH ovn 2/2] ovn-controller: Fix flow installation latency caused by recompute.

2019-07-29 Thread Han Zhou
From: Han Zhou When there are in-flight flow-installations pending to ovs-vswitchd, current incremental processing logic prioritizes new change handling. However, in scenarios where frequent recomputes are triggered, the later recompute would block the flow-installation for previously computed fl