Re: [ovs-dev] [PATCH] Configure or disable ovn-controller probe timer on the fly

2016-04-10 Thread Ben Pfaff
> Cc: dev@openvswitch.org > Date: 04/01/2016 12:37 PM > Subject: Re: [ovs-dev] [PATCH] Configure or disable ovn-controller probe > timer on the fly > > > > On Fri, Apr 01, 2016 at 10:53:24AM -0800, Nirapada Ghosh wrote: > > So, in summary, here is wha

Re: [ovs-dev] [PATCH] Configure or disable ovn-controller probe timer on the fly

2016-04-01 Thread Ben Pfaff
On Fri, Apr 01, 2016 at 10:53:24AM -0800, Nirapada Ghosh wrote: > So, in summary, here is what I am going to do: > > 1) Take out the changes [monitoring and setting the probe_timer] for all > but the first one [I believe we still need this] > 2) Disable probe timers from rconn_connect() if the con

Re: [ovs-dev] [PATCH] Configure or disable ovn-controller probe timer on the fly

2016-04-01 Thread Ben Pfaff
On Thu, Mar 31, 2016 at 03:00:59PM -0700, ngh...@us.ibm.com wrote: > Configure or disable ovn-controller probe_timer on the fly. > > There are four sessions established from ovn-controller to the following: > OVN Southbound — jsonrpc based > Local vswitchd — jsonrpc based >

[ovs-dev] [PATCH] Configure or disable ovn-controller probe timer on the fly

2016-03-31 Thread nghosh
Configure or disable ovn-controller probe_timer on the fly. There are four sessions established from ovn-controller to the following: OVN Southbound — jsonrpc based Local vswitchd — jsonrpc based Local vswitchd — openflow based from ofctrl Local vswitchd — openflow base

[ovs-dev] [PATCH] Configure or disable ovn-controller probe timer on the fly

2016-03-31 Thread nirapada
Configure or disable ovn-controller probe_timer on the fly. There are four sessions established from ovn-controller to the following: OVN Southbound — jsonrpc based Local vswitchd — jsonrpc based Local vswitchd — openflow based from ofctrl Local vswitchd — openflow base