On Mon, Jul 01, 2019 at 01:12:08PM +0530, [email protected] wrote: > From: Numan Siddique <[email protected]> > > If the ovn-controller main loop takes more than 5 seconds (if there are lots > of logical > flows) before it calls poll_block(), it causes the poll_block to wake up > immediately, > since rconn module has to send echo request. With the incremental processing, > this is > not an issue as ovn-controller will not recompute again. But for older > versions, this > is an issue as it causes flow recomputations and this would result in 100% > cpu all the > time. > > With this patch, CMS can configure a higher value depending the workload. > > The main intention of this patch is to fix this recompuation issue for older > versions > (there by requesting backport), it still would be beneficial with the > incremental processing engine. > > Signed-off-by: Numan Siddique <[email protected]> > Tested-by: Dumitru Ceara <[email protected]>
Applied to master, thanks! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
