Re: [ovs-dev] [PATCH v2] ovn-controller: Provide the option to configure inactivity probe interval for OpenFlow conn

2019-07-05 Thread Ben Pfaff
On Mon, Jul 01, 2019 at 01:12:08PM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > 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 modul

[ovs-dev] [PATCH v2] ovn-controller: Provide the option to configure inactivity probe interval for OpenFlow conn

2019-07-01 Thread nusiddiq
From: Numan Siddique 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