[ovs-dev] [PATCH V5] ovn-controller: reload configured SB probe timer

2016-05-24 Thread nghosh
There are four sessions established from ovn-controller to the following: OVN Southbound — JSONRPC based Local ovsdb — JSONRPC based Local vswitchd — openflow based from ofctrl Local vswitchd — openflow based from pinctrl All of these sessions have their own probe_interval, and currently one [SB]

Re: [ovs-dev] [PATCH V5] ovn-controller: reload configured SB probe timer

2016-05-06 Thread Ben Pfaff
On Fri, May 06, 2016 at 07:14:59PM -0700, Nirapada Ghosh wrote: > Thanks for the review. For the ovn-controller changes, do you mean I will > make the call to ovsdb_idl_set_probe_interval() without checking if the > value was indeed changed ? Or should I include that check along with your > suggest

Re: [ovs-dev] [PATCH V5] ovn-controller: reload configured SB probe timer

2016-05-06 Thread Nirapada Ghosh
:09 PM: > From: Ben Pfaff > To: Nirapada Ghosh/San Jose/IBM@IBMUS > Cc: dev@openvswitch.org > Date: 05/06/2016 02:08 PM > Subject: Re: [ovs-dev] [PATCH V5] ovn-controller: reload configured > SB probe timer > > On Fri, Apr 22, 2016 at 04:10:31PM -0700, ngh...@us.ibm.com w

Re: [ovs-dev] [PATCH V5] ovn-controller: reload configured SB probe timer

2016-05-06 Thread Ben Pfaff
On Fri, Apr 22, 2016 at 04:10:31PM -0700, ngh...@us.ibm.com wrote: > There are four sessions established from ovn-controller to the following: > OVN Southbound — JSONRPC based > Local ovsdb — JSONRPC based > Local vswitchd — openflow based from ofctrl > Local vswitchd — openflow based from pinctrl

[ovs-dev] [PATCH V5] ovn-controller: reload configured SB probe timer

2016-04-22 Thread nghosh
There are four sessions established from ovn-controller to the following: OVN Southbound — JSONRPC based Local ovsdb — JSONRPC based Local vswitchd — openflow based from ofctrl Local vswitchd — openflow based from pinctrl All of these sessions have their own probe_interval, and currently one [SB]